phpQuery-onefile
jackehe
39
0
PHP
2019-03-04 07:03:33
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();
暂无评论