如何使用Fetch API获取PDF(doc,docx)?

时间:2018-02-19 23:23:56

标签: javascript reactjs fetch-api

除了下面的代码之外还有另外一个这样做吗?

fetch(url)
.then(response => response.blob())
.then(blob => console.log(blob))

0 个答案:

没有答案