Html标签img事件onload本页总览onload2024年02月23日柏拉文越努力,越幸运 一、认识 二、语法 const image = new Image();image.onload = function(){ console.log(this);}image.src = "";