foreach foreach可以遍历字符串,数组,集合等 foreach遍历出来的迭代变量不可修改,是只读的。 foreach (var item in intarr) { Console.WriteLine(item); } var :类型不明确是,使用var,系统可以自动识别变量的类型