Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
复制网页内容自动加入版权内容代码,请放在body之间任意位置,可以尝试复制本文内容预览效果,firefox无效。 以下为代码内容: < script> document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "rnrn该文章转自[站长源码网-DEDE58.COM] 原文链接:"+location.href; clipboardData.setData("text", text); } }, 100 ) } < /script> |