利用QueryList采集出现乱码处理:
$html = iconv('GBK','UTF-8',file_get_contents($url));
$arr = QueryList::html($html)->rules($rules)->query()->getData();
利用QueryList采集出现乱码处理:
$html = iconv('GBK','UTF-8',file_get_contents($url));
$arr = QueryList::html($html)->rules($rules)->query()->getData();