获取标签内容:innerText(它不能解析内容中出现的标签对)
    console.log(h1.innerText);
    innerHTML(能解析内容中出现的标签对)