Sz
課前
Vue新手夏令營
他是一個 promise base 的外掛,可以使用他的語法來進行串接
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
axios.get('https://randomuser.me/api/')
.then(res => {
// 通常 res 會是多項資料,取出需要的部份
console.log(res.data.results);
})
// err.response 是固定用法
.catch(err => {
console.log(err.response);
})
Vue 新手夏令營 課程頁面 :sun_with_face:筆記入口 JS 大約10月開班
Jul 28, 2021Vue 新手夏令營 課程頁面 :sun_with_face:筆記入口 直播影片存檔 主線課程 本週複習上一週的基礎運行及介紹實戰高使用率的指令 指令攻略秘笈 活動二:全指令架構概念
Jul 22, 2021課前 需要知道的語法糖|課前筆記 by Sz this 到底是誰|課前筆記 by Sz 物件傳參考|課前筆記 by Sz 基礎的 Promise|課前筆記 by Sz 用 axios 串接 API|課前筆記 by Sz 在瀏覽器運行 ES 模組|課前筆記 by Sz 現行的 ES 模組使用技巧|課前筆記 by Sz 物件傳參考特性|筆記 by Jiang
Jul 18, 2021Vue 新手夏令營 課程頁面:內含本週作業 :sun_with_face:筆記入口 本週範例程式碼 來自天使的筆記(用力參考) 課前知識 不弄懂存活率不樂觀喔 需要知道的語法糖|筆記 by Sz this 到底是誰|筆記 by Sz
Jul 16, 2021or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up