Vue測試實(shí)例-菜鳥教程(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ù)組
求大佬指點(diǎn)哈!vue axios 不能post 二維數(shù)組嗎感激不盡
喵喵時(shí)光機(jī)
2019-10-19 09:30:45