//网页防copy代码
document.oncontextmenu=new Function("event.returnValue=false");
document.onselectstart=new Function("event.returnValue=false");
document.oncopy=new Function("event.returnValue=false");
