日期:2014-05-16 浏览次数:20393 次
// 版权信息document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n文章源自:"+location.href; clipboardData.setData("text", text); } }, 100 ) }