筆記瑣碎

axios:html 能夠用來獲取json數據,有get / set兩種方式:經過then(),then有兩個參數,分別都是兩個函數,函數的this都指向windowvue axios.get("./json/carts.json").then((res)=>{ this.products = res.data; // console.log(res); }
相關文章
相關標籤/搜索