$("body").bind("contextmenu", function()
{ return false; }); $("body").bind("selectstart", function() { return false; });
本文共 188 字,大约阅读时间需要 1 分钟。
$("body").bind("contextmenu", function()
转载于:https://www.cnblogs.com/lucker/archive/2012/09/21/2696464.html