put ('https://api.example.com/data/1', updatedData).subscribe((response) => { console.log(response); });. This code sends an HTTP PUT request to ...
確定! 回上一頁