摘要: function getImageSize(cfg){ var img = document.createElement('img'), callback = cfg.oncomplete; img.src = typeof cfg.img == 'string' ? cfg.img : cfg.img.src; img.setAttribute('style', 'position:absolute; visibility:hidden;'); document.body.appendChild(img); img.onload 阅读全文
posted @ 2012-11-08 16:31 baiezone 阅读(204) 评论(0) 推荐(0) 编辑