jquery submit 事件 $('#form').submit(function(){ if(true){ //do return true; }else{ //do return false; } });