QL\QueryList::getHtml PHP Method

getHtml() public method

获取目标页面源码(主要用于调试)
public getHtml ( boolean | true $rel = true ) : string
$rel boolean | true
return string
    public function getHtml($rel = true)
    {
        return $rel ? $this->qpHtml : $this->html;
    }