07 2013 档案

摘要:function loadImg(src, callback) { var imgs = new Image(); var firstload = "yes"; imgs.onload = function () { if (firstload == "yes") { imgs.onload = null; callback(imgs); firstload = "no"; ... 阅读全文
posted @ 2013-07-29 10:29 winenr123 阅读(178) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-07-09 09:53 winenr123 阅读(352) 评论(0) 推荐(0)