我正在尝试使用OpenBuildings/Spiderling制作抓取项目。
我想像这样创建一个Phantomjs
驱动程序:
$phantomjs_driver = new Driver_Phantomjs();
$page = new Page($phantomjs_driver);
$page->visit($url);
但它引发了一个错误:
卷曲“会话”抛出异常无法连接到localhost 端口4581:连接被拒绝
我安装了phantomjs,我尝试运行
phantomjs phantom.js 4581 phantomjs-connection.js --ssl-protocol=any --ignore-ssl-errors=true
在我的cmd上,但它不起作用。