Skip to content

nodejs相关学习:爬虫、服务端,文件操作,mysql

Notifications You must be signed in to change notification settings

liubin915249126/nodejs

Repository files navigation

1.爬虫

2. puppeteer的使用

相关api:

  const browser = await puppeteer.launch();//生成浏览器实例
  const page = await browser.newPage();//生成页面
  await page.goto(baseUrl);//进入到某一页面
  await browser.close();//关闭浏览器实例

node 定时任务 node-schedule

node-schedule

编写自己的node-cli

About

nodejs相关学习:爬虫、服务端,文件操作,mysql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published