網絡圖片:
fetch(item.path).then(function(res){ // 計算圖片大小
return res.blob()
}).then(function(data){
console.log(data)
})