当我们需要抓取一个网页的内容,并且只需要某些部分信息,通常会想到用正则来解决,当有了phpQuery,你会发现这是非常简单的事情。例子:利用谷歌浏览器看到的博客标题代码下面尝试提取class为postTitle的内容:先下载phpquery内容:下载地址建个新文件,include下文件如下<?header("Content-Type: text/html; charset=utf-8");include 'phpQuery-onefile.php'; phpQuery::newDocumentFile('http://cnblogs.com/t Read More
posted @ 2013-04-18 18:22 tinyphp Views(4161) Comments(0) Diggs(0) Edit