标签:head elf ade nbsp type app div 解决 bsp
1.加
headers: {
‘Content-Type‘: ‘application/x-www-form-urlencoded‘,
},
self.axios.post(url, {a: 1, b:2}, { headers: { ‘Content-Type‘: ‘application/x-www-form-urlencoded‘, }, }).then(response => response.data) .then(data => { console.log(data); });
标签:head elf ade nbsp type app div 解决 bsp
原文地址:http://www.cnblogs.com/bldf/p/6366118.html