jQuery中each的break和continue

来源:互联网 发布:linux中 wait 编辑:程序博客网 时间:2024/05/30 04:18
return false 相当于break, 如果return true 就相当于continure
0 0