rangeCount + "段内容<br/>"; for(var i = 0; i < selection.rangeCount; i++) { var range = selection.getRangeAt(i); html += "第"+ (i+1) + "段 ...
確定! 回上一頁