Created
January 17, 2013 03:39
-
-
Save Barneybook/4553401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
它的網頁 <BODY> 是這樣寫的: | |
<BODY oncontextmenu="return false" onselectstart="return false" ondragstart="return false"> | |
oncontextmenu="return false" 禁止用右鍵功能表 | |
onselectstart ="return false" 禁止用右鍵複製功能 | |
ndragstart="return false" 禁止用滑鼠拖曳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment