获取当前页面的完整HTML源代码 (document.documentElement.outerHTML)。
document.documentElement.outerHTML
包含<html>标签的整个页面源代码字符串,如果执行失败则返回null。
<html>
null