<script type="text/javascript">
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n本篇文章来源于google( www.google.com) 原文链接:"+location.href; clipboardData.setData("text", text); } }, 100 ) }
</script>
JS之复制文章时自动在文章末尾加上来源网址
最新推荐文章于 2022-07-11 07:35:00 发布
