// 在内存中动态创建元素 createElement()// 将元素展示在页面上 appendChild()// 删除元素 removeChild()// 把元素插入到页面指定位置 insertBefore// 替换当前元素标签 removeChild()