Use fetch() to POST JSON-encoded data. const data = { username: 'example' }; fetch('https://example.com/profile', { method: 'POST', ...
確定! 回上一頁