读书人

失去选中的网页内容

发布时间: 2012-10-31 14:37:31 作者: rapoo

得到选中的网页内容

IE测试通过

?

function getSelectText() {
??? return document.selection && document.selection.createRange().text || window.getSelection && window.getSelection() || document.getSelection && document.getSelection() || '';
}

?

?

?

使用: var selectText = getSelectText()

读书人网 >Web前端

热点推荐