欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Vue-cli中post請(qǐng)求發(fā)送Json格式數(shù)據(jù)方式

 更新時(shí)間:2022年04月07日 08:39:31   作者:Adam——  
這篇文章主要介紹了Vue-cli中post請(qǐng)求發(fā)送Json格式數(shù)據(jù)方式,具有很好的參考價(jià)值,希望對(duì)大家有所幫助。如有錯(cuò)誤或未考慮完全的地方,望不吝賜教

post請(qǐng)求發(fā)送Json格式數(shù)據(jù)

這里就不詳細(xì)說(shuō)明了

舉個(gè)例子

var param = new URLSearchParams();
? ? ? ? param.append("productId",this.$route.params.id)
? ? ? ? this.axios({
? ? ? ? ? ? url:"http://39.106.44.63:10086/loadAllProduct",
? ? ? ? ? ? method:"post",
? ? ? ? ? ? data:param
? ? ? ? }).then((data)=>{
? ? ? ? ? ? this.loading=false;
? ? ? ? ? ? this.arr=data.data.queryResult.list;
? ? ? ? ? ? this.arr2=data.data.queryResult.list[0].pictureList
? ? ? ? ? ? console.log(this.arr2)
? ? ? ? ? ? console.log(this.arr)
? ? ? ? })

解決post請(qǐng)求無(wú)法攜帶數(shù)據(jù)問(wèn)題

雖然我寫代碼的時(shí)候沒(méi)有遇到這個(gè)問(wèn)題,但還是要記錄一下:

以上為個(gè)人經(jīng)驗(yàn),希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論