使用phpjQuery获取数组的实例
使用phpQuery获取数组,代码如下:
- <?
- include'phpQuery.php'
- phpQuery::newDocumentFile('http://www.jb51.net');
- foreach(pq("input[name='jobEmail[]']")as$li){
- $po['jobEmail'][] = pq($li)->attr('value');
- }
使用phpQuery获取元素的值,代码如下:
- $po['langSkills']['typeId'][] = $obj->find("<a href="/tags.php/select/" target="_blank">select</a>[name='langSkills[typeId][]']:eq(1) option:selected")->attr('value'); # 外语要求