摘要:
function funGetSelectTxt() { var txt = ""; if(document.selection) { txt = document.selection.createRange().text; // IE } else { txt = document.getSelection(); //w3c ... 阅读全文
posted @ 2016-07-01 15:01
什么嘉
阅读(147)
评论(0)
推荐(0)

浙公网安备 33010602011771号