Vue中的網絡請求

getInfo() { // get 方式獲取數據   this.$http.get('請求連接').then(res => {     console.log(res.body);   }) }json 發送POST請求api postInfo() {   var url = 'http://127.0.0.1:8899/api/post';   // post 方法接收三個參數:   // 參
相關文章
相關標籤/搜索