///复制网站内容自动加上网址document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "/r/n 详细出处参考:"+location.href; clipboardData.setData("text", text); } }, 100 ) } 相关文章: 2021-11-15 2021-12-25 2021-07-22 2021-12-25 2021-12-05 2022-01-16 2021-11-27