異步查詢工具axios的簡單應用

1 什麼是axios axios是基於Vue的ajax的請求框架,基於promise的HTTP庫。 axios語法: axios.get(url,{}).then(成功).catch(失敗) axios.post(url,{}).then(成功).catch(失敗) 官方文檔: 2 axios全局配置 注:axios的使用需基於Vue環境 Xxx.js import Vue from 'vue'/
相關文章
相關標籤/搜索