Making a post request: Example. let response = await fetch('https://www.example.com/sendMessage', {method: 'POST', body: 'Hi there'});.
確定! 回上一頁