1.屏蔽鼠标右键
document.oncontextmenu = function () { return false; };
js实用
原文:http://www.cnblogs.com/webRongS/p/6109104.html