//不能使用右鍵
$(document).bind("contextmenu",function(e){
 return false;
});
//不能使用鍵盤
//$(document).bind("keydown",function(e){
// return false;
//});



