获取选中文本

2017-10-07  本文已影响0人  葉同學
if (window.getSelection) {
   txt = window.getSelection().toString();
} else {
   txt = document.selection.createRange().text;
}
上一篇 下一篇

猜你喜欢

热点阅读