一、for循环二、while循环三、do-while循环 一、for循环 普通的for循环 for-in循环 注:List和Set可以使用for-in循环,Map不可以 forEach 循环 List的forEach循环 Set的forEach循环 Map的forEach循环 Map的forEach循环中,函数参数中有两个参数。 二、while循环 三、do-while循环