... document.oncontextmenu = function(){ return false; } document.onselectstart = function(){ return false; } document.oncopy = function(){ return false; } ...
確定! 回上一頁