先装node.js
yum install -y nodejs
node -v
然后是装 cnpm (国外服务器不用这步)
npm install -g cnpm --registry=https://registry.npm.taobao.org
新建一个目录用来部署 例如 /data/js
再执行
yum install -y firefox
cnpm install puppeteer (国外服务器用npm装,具体看https://github.com/puppeteer/puppeteer)
然后就可以了,但是现在没有中文字体 ,网页截图发现中文都是方块
参考教程 https://blog.csdn.net/wlwlwlwl015/article/details/51482065
惯例 防止网页丢失,存了一个pdf 文件 下载地址