欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

怎樣讓自己網(wǎng)站的原創(chuàng)內(nèi)容不被別人復制啊

阮建安2年前18瀏覽0評論

怎樣讓自己網(wǎng)站的原創(chuàng)內(nèi)容不被別人復制啊?

對于自己網(wǎng)站的原創(chuàng)內(nèi)容,都是自己非常寶貴的原創(chuàng)資源,必須要有一個保護的認識,因此,如何禁止別人復制網(wǎng)頁內(nèi)容,保護網(wǎng)站原創(chuàng)內(nèi)容不被盜版、偽原創(chuàng)是我們的SEOer必須做的。

那么如何禁止復制網(wǎng)頁內(nèi)容呢?下面列舉幾個方式,如有更好的方法,請大家提出來,一起探討和完善!

第一個:讓鼠標左右鍵失效,并沒有提醒信息,在

中放入如下代碼: topmargin='0' oncontextmenu='return false'

ondragstart='return false'

onselectstart ='return false'

onselect='document.selection.empty()'

oncopy='document.selection.empty()'

onbeforecopy='return false'

onmouseup='document.selection.empty()'

另一個方式是:

oncontextmenu='return false' ondragstart='return false'

onselectstart ='return false' onselect='document.selection.empty()'

oncopy='document.selection.empty()' onbeforecopy='return false'

onmouseup='document.selection.empty()'>

第二個:讓網(wǎng)頁禁止復制內(nèi)容,保護原創(chuàng)資源,代碼放在

中:

oncontextmenu='return false'

ondragstart='return false'

onselectstart ='return false'

onselect='document.selection.empty ()'

oncopy='document.selection.empty()'

onbeforecopy='return false'

onmouseup='document.selection.empty()'>

第三個:禁止網(wǎng)頁另存為,代碼如下:

第四個:用JAVA禁止 “左/右和Ctrl+C復制網(wǎng)頁內(nèi)容”,有“版權所有,禁止復制”的提示,代碼如下:

第五個:用JAVA禁止“右鍵和Ctrl+C復制內(nèi)容”,有“版權所有,禁止復制”提示,代碼如下:

以上是一些禁止復制網(wǎng)頁內(nèi)容的幾個方法,可能在互聯(lián)網(wǎng)技術發(fā)展的過程當中,會有更多的高手有更好的方法,我是很希望瀏覽的各位朋友提出寶貴的建議或者方法,這樣能幫助更多有需要的朋友,何樂不為呢?

java文本復制,怎樣讓自己網(wǎng)站的原創(chuàng)內(nèi)容不被別人復制啊