前端jquery:如何跳出each循环 云博小周宇2024年5月5日2023年8月16日1 Min Read 用 return false, 不是 break。 $.each(resArray, function(j, n) { if (1 == n) { return false; } });