1、在网站根目录中创建文件夹phpQuery,打开我们下载的phpQuery,将以下内容拷贝之我们创建的目录中:
2、在phpQuery文件夹中创建index.php(为什么?大家可以思考一下),在index.php中写入以下代码:
3、打开浏览器输入链接http://localhost/phpQuery/index.php,得到以下结果:
4、但是phpQuery有一个缺点是无法抓取https地址内容,例如我们将index.php中的http://www.baidu.com 改成https://www.baidu.com,重新执行并查看:
推荐教程:PHP视频教程
Atas ialah kandungan terperinci php使用phpquery爬虫速度太慢怎么解决. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!