我正在使用 PHP Simple HTML DOM Parser。我怎样才能让它通过这样的 URL 进行爬网。
http://www.example.com/categories/index.php?id=number from 1-1000
&article
通过 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..