潍坊华邦网络 2019-01-02 21:32:41 2.6K 0
文章那附件为phpQuery文档,因为google不能直接访问,上传下载备用。
<?php include("phpQuery-onefile.php"); ?>
<?php
phpQuery::newDocumentFile('http://www.wf168.com');
$companies = pq('h2:nth-child(2)')->text();
echo $companies;