jQuery-like interface for PHP?

前端 未结 12 1817
猫巷女王i
猫巷女王i 2020-12-04 13:44

I was curious as to whether or not there exists a jQuery-style interface/library for PHP for handling HTML/XML files -- specifically using jQuery style selectors.

I\

12条回答
  •  孤城傲影
    2020-12-04 13:48

    simplexml perhaps? Its syntax is different from jquery, but it does make traversing XML really easy.

    It will however not work for HTML that is not valid XML.

提交回复
热议问题