Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
使用图像 onload 事件:
<img src="..." onload="foo()" />
Use the image onload Event:
尝试这样的事情
<script type="text/javascript"> <!--//--><![CDATA[//><!-- var images = new Array() function preload() { for (i = 0; i < preload.arguments.length; i++) { images[i] = new Image() images[i].src = preload.arguments[i] } } preload( "http://domain.tld/gallery/image-001.jpg", "http://domain.tld/gallery/image-002.jpg", "http://domain.tld/gallery/image-003.jpg" ) //--><!]]> </script>
Try smthing like this
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
使用图像 onload 事件:
Use the image onload Event:
尝试这样的事情
Try smthing like this