标签: javascript reactjs fetch-api
除了下面的代码之外还有另外一个这样做吗?
fetch(url) .then(response => response.blob()) .then(blob => console.log(blob))