document.oncontextmenu=new Function("event.returnValue=false;"); //禁止右键功能,单击右键将无反应
document.onselectstart=new Function("event.returnValue=false;"); //禁止选择,无法复制 