awdr74100 / awdr74100.github.io

部落格筆記 (使用 Gridsome 改版中)
https://awdr74100.github.io/
1 stars 0 forks source link

JavaScript ES6 遠端獲取資料 - Fetch API | Roya's Blog #9

Open awdr74100 opened 4 years ago

awdr74100 commented 4 years ago

https://awdr74100.github.io/2019-10-27-javascript-fetch/

大多人開發項目都是使用 Axios 或者 jQuery 庫的 $.ajax 方法來完成 HTTP 請求行為,如果要使用 JS 原生的方法,只有 XMLHttpRequest 可以選擇,但程序繁瑣、順序混亂等問題,我相信大家因該都有遇到過,這次來記錄一下 ES6 新增的原生方法 Fetch API。