Node.js 18 comes with a new native `fetch` method. ... if (res.ok) { const data = await res.json(); console.log(data); }.
確定! 回上一頁