getSelection ) { return document.getSelection(); } else { var selection = document.selection && document.selection.createRange(); if(selection.text) { return ...
確定! 回上一頁