标签: php dom
现在,我将PHPQuery的结果作为字符串,然后使用DOMDocument来解析字符串。由于PHPQuery使用DOMDocument,我可以从PHPQuery获取DOMDocument对象的结果吗?我该怎么做?
答案 0 :(得分:1)
获得phpQueryObject后,您可以使用公共职能DomDocument访问getDOMDocument()
phpQueryObject
DomDocument
getDOMDocument()
pq('whatever')->getDocument()->getDOMDocument();