摘要: 1、单张图片(图片动态生成) //js var xiu = new Image() xiu.src = 'http://static.igeekee.cn/scenelogo/default.png' xiu.onload = function(){ // 加载完成 } 2、单张图片(结合ES6 P 阅读全文
posted @ 2020-03-17 15:45 府谷市民小柴 阅读(350) 评论(0) 推荐(0)