$(document).bind("contextmenu", function () { return false; }); $(document).bind("selectstart", function () { return false; });
js 阻断网页选中和右键
原文:http://www.cnblogs.com/clnchanpin/p/7019685.html