【发布时间】:2012-11-10 17:43:09
【问题描述】:
我正在使用 PHP Simple HTML DOM Parser。
我怎样才能让它通过这样的 URL 进行爬网。
http://www.example.com/categories/index.php?id=number from 1-1000&文章
通过 URL 爬行应该是这样的:
http://www.example.com/categories/index.php?id=1&article First URL
http://www.example.com/categories/index.php?id=2&article Second URL
http://www.example.com/categories/index.php?id=3&article Third URL
etc..
【问题讨论】:
标签: php web-crawler