首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

失去选中的网页内容

2012-10-31 
得到选中的网页内容IE测试通过?function getSelectText() {??? return document.selection && document.se

得到选中的网页内容

IE测试通过

?

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

?

?

?

使用: var selectText = getSelectText()

热点排行