摘要:
function getSelectText() { return document.selection && document.selection.createRange().text || window.getSelection && window.getSelection() || document.getSelection && document.getSelection() || '';} 阅读全文
posted @ 2012-12-31 18:11
microsoft_kk
阅读(210)
评论(0)
推荐(0)
浙公网安备 33010602011771号