이것이 get params 입니다. axios.get(url, { params: { ID: 12345 } }) .then(function (response) { console.log ...
確定! 回上一頁