axios.get('/user', { //params参数必写, 如果没有参数传{}也可以params: { id: 12345, name: user } }) .then(function (res) { console.log(res); }) .
確定! 回上一頁