-
-
_OuYanG
2020-02-05
有序加载的
-
截图
0赞 · 0采集
-
-
zhangyudemuke
2017-05-29
- 图片预加载的三步
创建img对象
监听load事件
将路径赋给图片对象的src
-
截图
1赞 · 2采集
-
-
伯啸炎
2017-04-29
- var imgs = [
'http://45.34.137.202:8080/comicdata/12307/1/0.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/1.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/2.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/3.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/4.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/5.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/6.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/7.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/8.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/9.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/10.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/11.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/12.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/13.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/14.jpg',
'http://45.34.137.202:8080/comicdata/12307/1/15.jpg',
]
-
截图
0赞 · 0采集