phantomjs 自定义 header 问题请教
我在外部变量 title = "标题"
var title ="标题"
var config = {
width: "1040px",
height: "1414px",
borderLeft: "5px solid #000",
margin: {
top: "0px",
left: "15px",
right: "5px",
bottom: "0px"
},
orientation: "portrait",
header: {
height: 315,
contents: phInstance.callback(function(page, num) {
//这里的 title 获取不到
return title;
})
},
footer: {
height: 50,
contents: phInstance.callback(function(pageNum, numPages) {
return "<div style='border-top:8px dashed #000'></div><p style='text-align:center;'>底部" + pageNum + "/" + numPages + "</p>";
})
}
}
报错信息
info: undefined:1 in render
info: phantomjs://code/shim.js:191 in executeCommand
info: phantomjs://code/shim.js:141 in read
info: SyntaxError: Unexpected EOF
请教下使用过的朋友 我这块怎么去设置自定义标题
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论