... CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS ... data }; axios(config) .then(function (response) { console.log(JSON.stringify(response.data)); }) ...
確定! 回上一頁