document.oncontextmenu=new Function("event.returnValue=false"); //禁止右键 document.onselectstart=new Function("event.returnValue=false"); //禁止选取