當(dāng)復(fù)制文章內(nèi)容時(shí),自動(dòng)加版權(quán)與文章詳細(xì)頁(yè)網(wǎng)址的實(shí)現(xiàn)方法:
將下面的js代碼插入到文章內(nèi)容頁(yè)模板的<head>與</head>標(biāo)簽中間就行
<script language="javascript" type="text/javascript"> <!-- document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { texttext = text + "/r/n文章來(lái)自:www.CUOxin.com織夢(mèng)模板詳文參考:"+location.href; clipboardData.setData("text", text); } }, 100 ) } --> </script> |



















