[Solution found!] 动态生成图像时,请在onload之前设置属性src。 var img = new Image(); img.onload = function () { alert("image is loaded"); } img.src…
確定! 回上一頁