That's called load
. It came waaaaay before DOM ready was around, and DOM ready was actually created for the exact reason that load
waited on images.
window.addEventListener('load', function () {
alert("It's loaded!")
})
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…