fetch(//'/jszip/test/ref/text.zip//') // 1) fetch the url .then(function (response) { // 2) filter on 200 OK if (response.status === 200 || response.status ...
確定! 回上一頁