有没有办法连接到网页,调用JS函数,然后使用PHP下载html?

时间:2017-03-26 10:34:56

标签: javascript php html

我试图找到一种连接到网页的方法,在该网页上运行JS功能(将修改html),然后下载修改后的html。我不确定这种方式是否可行,如果不是,还有其他办法可以做我想做的事情吗?感谢。

1 个答案:

答案 0 :(得分:0)

http://phantomjs.org/download.html是您正在寻找的。

你如何运行JS:

$response = exec('path/to/phantomjs script.js');

另外,请看一下:https://github.com/jonnnnyw/php-phantomjs