try { fetch('https://othersite.com/data') } catch (err) { console.error(err); }. 這時候就產生了一個跨來源請求。而跨來源請求必須遵守CORS 的 ...
確定! 回上一頁