new Promise(resolve => axios .head(url) .then(() => axios .get(url, { responseType: "stream" }) .then(({ data } ...
確定! 回上一頁