fetch ('https://example.com/users', { method: 'PUT', // or 'POST' body: JSON.stringify(data), // data can be `string` or {object}! headers: ...
確定! 回上一頁