网络图片:

fetch(item.path).then(function(res){ // 计算图片大小
  return res.blob()
}).then(function(data){
  console.log(data)
})

相关文章:

猜你喜欢
相关资源
相似解决方案