标签: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()); }
效果
标签:style print lazy use color public rgba col func
原文地址:https://www.cnblogs.com/jaychou-/p/14941302.html