返回值:string
string
获取目标页面源码,主要用于调试。
原型:
getHtml($rel = true)
类型:bool默认值:true
bool
true
当参数为true时,返回PHPQuery最终看到的HTML源码;当参数为false时,返回传给phpQuery之前的HTML源码。
false