puppeteer.launch().then(async (browser) => { const page = await browser.newPage(); await page.goto('https://www.example.com');
確定! 回上一頁