网络图片: fetch(item.path).then(function(res){ // 计算图片大小 return res.blob() }).then(function(data){ console.log(data) }) 相关文章: 2022-12-23 2022-12-23 2022-12-23 2021-09-28 2021-12-15 2021-10-31