axios請求方法及別名(post和put、patch方法)

post <template> <div class="Axios"> </div> </template> <script> import axios from 'axios'; export default { name: 'Ios', created(){ //post方法一 /** * 有三個參數:url請求路徑、請求的數據data、config * 例如
相關文章
相關標籤/搜索