image.onload event and browser cache. As you're generating the image dynamically, set the onload property before the src . var img = new Image(); img.onload ...
確定! 回上一頁