2019年9月12日

js获取图片信息

摘要: 网络图片: fetch(item.path).then(function(res){ // 计算图片大小 return res.blob() }).then(function(data){ console.log(data) }) fetch(item.path).then(function(res 阅读全文

posted @ 2019-09-12 11:27 王子乔 阅读(2925) 评论(0) 推荐(0) 编辑

导航