🌈 搜索
📅  最后修改于: 2022-03-11 15:04:01.945000             🧑  作者: Mango
fetch("image source").then(response => { response.blob(); }).then(blob => { // 'blob' is the image in blob form });