📅  最后修改于: 2022-03-11 14:57:30.404000             🧑  作者: Mango
axios.post('http://localhost/M-Experience/resources/GETrends.php',
{
firstName: this.name
},
{
headers: { 'Content-Type': 'application/x-www-form-urlencoded' }
});