function insertHtml(html) { var sel,range,div,node sel = window.getSelection()//返回一个Selection对象,用来表示用户选择的文本范围或插入符当前位置。 range ...
確定! 回上一頁