摘要: var clipText = window.clipboardData.getData('Text'); clipRows = clipText.split(String.fromCharCode(13)); for (i=0; i<clipRows.length; i++) { clipRows[i] = clipRows[i].split(String.fromCharCode(9)); } newTable = document.createElement("table"); newTable.border = 1; for (i=0; i< 阅读全文
posted @ 2014-02-18 18:05 logep 阅读(443) 评论(0) 推荐(0) 编辑