跳至
array("td:eq(0)","text"),
//开奖期数
"qishu"=>array("td:eq(1)","text"),
//开奖号码
"haoma"=>array("td:eq(3) span[class^=ball_]","text")
);
//区域选择器
$reg = '.kj_tab tr:not([class]),tr[class=bgcolor]';
//采集
$data = QueryList::Query($url,$rang,$reg)->jsonArr;
//打印出结果
print_r($data);
3. [图片] 22.jpg
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn