想做个东西,想到这样一个需求。怎么用nodejs去做网页截图?类似于谷歌浏览器这种
或許可以看看 http://phantomjs.org/ 這東西是沒窗口的 webkit
可以做,你可以安装phantom.js,地址:http://phantomjs.org 安装好后把使用环境设置我公共的,然后在用node-phantom包去做, npm install phantom phantom 地址:https://github.com/sgentle/phantomjs-node
npm install phantom
谢谢,我在它的项目地址中找到很多相关项目 https://github.com/ariya/phantomjs/wiki/Related-Projects
CNode 社区为国内最专业的 Node.js 开源技术社区,致力于 Node.js 的技术研究。
或許可以看看 http://phantomjs.org/ 這東西是沒窗口的 webkit
可以做,你可以安装phantom.js,地址:http://phantomjs.org 安装好后把使用环境设置我公共的,然后在用node-phantom包去做,
npm install phantomphantom 地址:https://github.com/sgentle/phantomjs-node谢谢,我在它的项目地址中找到很多相关项目 https://github.com/ariya/phantomjs/wiki/Related-Projects