<SCRIPT type=text/javascript>
document.body.oncopy = function () {
if (window.clipboardData) {
setTimeout(function () {
var text = clipboardData.getData("text");
if (text && text.length > 300) {
text = text + "\r\n\n本文來自CSDN博客,轉載請標明出處:" + location.href;
clipboardData.setData("text", text);
}
}, 100);
}
}
</SCRIPT>
本站僅提供存儲服務,所有內容均由用戶發布,如發現有害或侵權內容,請
點擊舉報。