axios.get( `http://someurl.com/page1?param1=1¶m2=${param2_id}` ) .then(function(response) { alert(); }) .catch(function(error) { console.log(error); });
確定! 回上一頁