1、document.write //覆盖原有内容
例如:
em操纵 div文本
strong操作
节点操作 原来结果:![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714174409434.png) 点击按钮以后结果: ![在这里插入图片描述](https://img-blog.csdnimg.cn/2020071417444626.png) 创建节点 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714175837542.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MTc2ODgxMw==,size_16,color_FFFFFF,t_70) 点击前: ![点这里插入图片描述](https://img-blog.csdnimg.cn/20200714175740257.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MTc2ODgxMw==,size_16,color_FFFFFF,t_70) 点击后: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714175957551.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MTc2ODgxMw==,size_16,color_FFFFFF,t_70) 创建文本节点 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714180453135.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MTc2ODgxMw==,size_16,color_FFFFFF,t_70) 点击按钮前: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714180544312.png) 点击按钮后: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714180611140.png) 前边插入节点 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714181101915.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MTc2ODgxMw==,size_16,color_FFFFFF,t_70) 点击按钮前: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714181128353.png) 点击按钮后: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714181156778.png) 替换节点 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714181650120.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MTc2ODgxMw==,size_16,color_FFFFFF,t_70) 点击按钮前 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714181709982.png) 点击按钮后: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714181731919.png) 克隆节点: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714182327109.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MTc2ODgxMw==,size_16,color_FFFFFF,t_70) 点击按钮前: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714182345590.png) 点击按钮后: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714182405972.png) 删除节点: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714182617726.png) 点击按钮前: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714182647524.png) 点击按钮后: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200714182712609.png)