时间:2021-07-21人气:-
<script type="text/javascript">document.body.oncopy = function () {setTimeout( function () { var text = clipboardData.getData("text");if (text) { text = text + "rn本篇文章来源于 www.地址.COM 原文链接:"+location.href;clipboardData.setData("text", text); } }, 100 ) }</script>