网络图片:

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
猜你喜欢
  • 2022-02-16
  • 2021-09-28
  • 2021-12-19
  • 2021-12-17
  • 2022-12-23
  • 2021-11-01
相关资源
相似解决方案