码迷,mamicode.com
首页 > 其他好文 > 详细

TP5.1 简单使用QueryList爬数据(官方有错误)

时间:2021-06-28 20:10:58      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:style   print   lazy   use   color   public   rgba   col   func   

先安装

composer require jaeger/querylist

 

完成后会有jaeger文件

技术图片

 

 

 

网页布局图

技术图片

 

 

使用

use QL\QueryList;
 public function test()
    {
        $url = ‘https://www.ivsky.com/tupian/wupin/index_1.html‘;
        $data = QueryList::get($url)->find(‘.ali li a img‘)->attrs(‘src‘);
        print_r($data->all());
    }

 

效果

技术图片

 

TP5.1 简单使用QueryList爬数据(官方有错误)

标签:style   print   lazy   use   color   public   rgba   col   func   

原文地址:https://www.cnblogs.com/jaychou-/p/14941302.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!