Vue測試實例-菜鳥教程(runoob.com)vararray=[[1],[2,4],["asdf"]]console.log(array)axios({url:'http://127.0.0.1/index.php',method:'post',data:array}).then(function(response){console.log(response);}).catch(function(error){//console.log(error);});后臺接受不到數(shù)組
請各位大佬指點!vue axios 不能post 二維數(shù)組嗎
元芳怎么了
2019-08-14 20:22:53