开发者

PHP Crawler for a asp.net site

I wanna write a crawler to fetch data. from an asp.net site which uses javasc开发者_如何学Cript to do the pagination


Use CURL Library to get html code of each page, then you must only parse this pages. For other type of page you must write other parser, do it on a DOM Library then parsers will have few lines for each type of page.

But you must have permission to do this, you must ask the author of agree of what you doing.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜