const requestData = { method : 'getUsers' }; const usersPromise = fetch('/api', { method : 'POST', body : JSON.stringify(requestData) }).then(response ...
確定! 回上一頁