html页面中插入html的标签 方法1: 使用标签: <textara> </textara>标签 方法2: 使用JS: document.getElementById("id").innerText="要插入的标签" document.getElementById("id").innerHtml Read More
posted @ 2022-07-07 16:27 2337 Views(320) Comments(0) Diggs(0) Edit