斯蒂芬大帝
hbase unable to find region for怎么解决解释下下面的snippet表示,获取该网页中的第一个img节点,并且将其的src属性修改为我们自定义的一个图片服务地址。这里有一个trick,就是setTimeout函数的应用,如果不用该函数,那么phantomjs会立即render截图,这样子是无法替换链接的,需要有一个时间的缓冲来渲染。window.setTimeout(function () { console.log(imgTagSrc) page.render(file); phantom.exit(); }, 3000);保存以上代码到一个test.js中,执行命了如下就可以输出一个png的截图了。# phantomjs.exe test.jsLoading a web page