phantomjs 新手一問


爬了很多文,但是对于phantomjs 我实在是不知道要怎么用
我现在要抓 例如 http://www.cbssports.com/mlb/gametracker/live/MLB_20140528_CLE@CHW

下的所有数据

但phantomjs 是一个执行档!我要怎么用php 把phoantomjs 对于该网站跑的结果存成一个文本文件呢?

php phantomjs

5521448 10 years, 5 months ago

你可以用File System模块将文本写入文件,或者输出到stdout,再将stdout重定向到你想要的文件里。

another answered 10 years, 5 months ago

Your Answer