jquery each循环,实现break和continue的功能

break----用return false;

continue --用return ture;

原文地址:https://www.cnblogs.com/lishidefengchen/p/4897647.html