for-of 如何跳出循环,breakreturn 只存在于函数体中,for,for-in,for-of 都不支持 returnforEach,every 这些函数中可以使用 return forEach 中的 return false 相当于 for 循环中的 continue