update readme

This commit is contained in:
x
2015-12-20 23:56:40 +08:00
parent 825ebc546a
commit 5ac4bfe0d0

View File

@@ -8,4 +8,4 @@
#QueryList 使用
```php
//获取采集对象
$hj = QueryList::Query('http://www.baidu.com/s?wd=QueryList',array('title'=>array('h3','text'),'link'=>array('h3>a','href')));
$hj = QueryList::Query('http://www.baidu.com/s?wd=QueryList',array('title'=>array('h3','text'),'link'=>array('h3>a','href')));