var webpage = require('webpage'); var page = webpage.create(); var url = "https://www.baidu.com/"; page.viewportSize = {width:1920,height:1080} page.open(url,function(s){ if (s == "success") { page.render('baidu.jpeg',{format:'jpeg',quality:'100'}); phantom.exit(); }; });
phantomjs-截图
原创
©著作权归作者所有:来自51CTO博客作者素颜猪的原创作品,请联系作者获取转载授权,否则将追究法律责任
下一篇:phantomjs-截图比例
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
phantomjs-截图比例
phantomjs-截图比例
phantomjs 截图比例 -
phantomjs-创建服务
phantomjs-创建服务
phantomjs 创建服务 -
phantomjs-使用系统命令system
phantomjs-使用系统命令system
使用 系统命令 phantomjs -
phantomjs-循环输出输入参数
phantomjs-循环输出输入参数
输入参数 phantomjs 循环输出 -
phantomjs-使用外部的js文件
phantomjs-使用外部的js文件
文件 phantomjs 使用外部 -
java 依赖 phantomjs 后台截图
java 后台截图
linux docker java phantomjs