1. continue. 可以使用return。
$("***").each(function(){
if(a == b){
return; // continue
}
})
2. break , 使用return false
return false; // break