跳到主要内容

onload

2024年02月23日
柏拉文
越努力,越幸运

一、认识


二、语法


const image = new Image();
image.onload = function(){
console.log(this);
}
image.src = "";