fetch ('/test', { method: 'POST', body: data }) .then(function(response) { if (response.status >= 400) { throw new Error("Bad response from server"); } return ...
確定! 回上一頁