js禁止右键

    document.oncontextmenu = function() {
        return false
    }

 

posted @ 2015-10-18 10:32  大赚佬  阅读(123)  评论(0)    收藏  举报