文件名称:phpQuery-onefile
文件大小:163KB
文件格式:PHP
更新时间:2016-01-01 05:19:00
php dom html
php操作html dom可以像jquery那样方便的操作. eg: 提取html文件中id为left class为 box 的所有节点并输出. include('./phpQuery-onefile.php'); $html = phpQuery::newDocumentFileHTML('./file.html')->find('#left .box'); echo $html->htmlOuter();