deleteContents();// 在range起始位置插入一個nodevar textNode = document.createTextNode('new node');range.insertNode(textNode);.
確定! 回上一頁