ES Modules (ESM). import fetch from 'node-fetch'; · Plain text or HTML. import fetch from 'node-fetch'; const response = await fetch('https://github.com/'); ...
確定! 回上一頁