element.appendChild(textNode)document.body.appendChild(element)
给element节点对象添加textNode子节点,将element节点作为子节点添加到body根节点内