復制網(wǎng)頁(yè)內容時(shí)自動(dòng)添加網(wǎng)址名和網(wǎng)址地址,把以下代碼放到</body>前面即可。
<script language="javascript" type="text/javascript">
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text");
if (text) {
text = text + "\r\n文章來(lái)自:"+location.href;
clipboardData.setData("text", text);
}
}, 100 )
}
</script>
本站僅提供存儲服務(wù),所有內容均由用戶(hù)發(fā)布,如發(fā)現有害或侵權內容,請
點(diǎn)擊舉報。