摘要: document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n转载自"+location.href; clipboardData.setData(... 阅读全文
posted @ 2007-08-20 21:37 Samgle 阅读(307) 评论(0) 推荐(0)