1. 首页
  2. 编程语言
  3. PHP
  4. phpQuery-onefile

phpQuery-onefile

上传者: 2019-03-04 07:47:33上传 PHP文件 163.41KB 热度 39次
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();
用户评论