Element.insertAdjacentText 方法在相对于当前节点的指定位置,插入一个文本节点,用法与 Element.insertAdjacentHTML 方法完全一致。 // HTML 代码:<div id="one">one</ ...
確定! 回上一頁