核心DOM获取<html>和<body>标签对象
查找--html--标记的方法 document.firstChild document.documentElement 查找--body--标记的方法 document.firstChild.lastChild document.body
查找--html--标记的方法 document.firstChild document.documentElement 查找--body--标记的方法 document.firstChild.lastChild document.body