我对此error
代码phantomjs://code/bootstrap.js:435
背后的原因是什么?如何解决它。
我已在全球范围内安装了phantomjs
,并已将所有code
粘贴到此链接http://code-epicenter.com/how-to-login-to-twitter-using-casperjs-and-phantomjs-and-extract-tweets/
twitter.js
的文件中
我正在通过php
像这样运行
文件位于同一文件夹中
的index.php
<?php
set_time_limit(0);
$response = exec('phantomjs twitter.js');
echo $response
请提前帮助我!