php jquery like selector engine [closed]

前提是你 提交于 2019-11-27 02:18:34

问题


Does anyone know a library that allows DOM traversing in strings using a jquery like selector engine?


回答1:


Many out there, pick one that suits you:

  • http://code.google.com/p/phpquery/
  • http://querypath.org/
  • http://jquery.hohli.com/
  • http://simplehtmldom.sourceforge.net/

few more can be found in similar question (link thanks to @Gordon) How do you parse and process HTML/XML in PHP?



来源:https://stackoverflow.com/questions/4417446/php-jquery-like-selector-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!