If you want to do "continue" in an .each() loop, you can use below code segment to implement it.
本文介绍了一种在使用 jQuery 的 .each() 方法时跳过首个元素的方法。通过返回 true 或 false 来控制循环是否继续。
If you want to do "continue" in an .each() loop, you can use below code segment to implement it.

被折叠的 条评论
为什么被折叠?