PHPspider.zip
一个可扩展的PHPWEB蜘蛛,示例代码:use VDB\Spider\Spider;use VDB\Spider\Discoverer\XPathExpressionDiscoverer;$spider = new Spider('http://www.oschina.net');特性:supportstwotraversalalgorithms:breadth-firstanddepth-firstsupportsdepthlimitingandqueuesizelimitingsupportsaddingcustomURIdiscoverylogic,basedon
用户评论