通過給定的ID來發送請求axios.get('/user? ... 請求也可以通過這種方式來發送axios.get('/user',{ params:{ ID:12345 } }) .then(function(response){ ...
確定! 回上一頁