实现起来很简单,不一定是DEDECMS,你可用到所有CMS上,只要在文章页模板里加上以下代码即可:
<script type="text/javascript">
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text");
if (text) {
text = text + "\r\n本文来自:某某网(www.copterfly.cn) \r\n详细出处:"+location.href; clipboardData.setData("text", text);
}
}, 100 )
}
</script>
文章评论(0)
我要第一个评论!
发表评论



