1.jquery each() 方法 return false; 的时候 相当于 break; 跳出整个循环;
2.jquery each() 方法 return true; 的时候 相当于 continue; 跳出当前循环;