我想在當前範圍(W3C範圍)中插入html。 我想我必須使用方法insertNode。它可以很好地處理文字。 例: var node = document.createTextNode("some text"); range.
確定! 回上一頁