摘要: $(function(){ var imgSrc = $("#image").attr("src"); getImageWidth(imgSrc,function(w,h){ console.log({width:w,height:h}); }); }); function getImageWidth(url,callback){ var img... 阅读全文
posted @ 2016-03-23 14:22 VoctrALs 阅读(277) 评论(0) 推荐(0) 编辑
摘要: comet4j http://blog.csdn.net/shadowsick/article/details/9014139 阅读全文
posted @ 2016-03-23 11:23 VoctrALs 阅读(3821) 评论(1) 推荐(0) 编辑