//List<string> list foreach(string s in list){}或者for(int i = 0;i< list.Count;i++){ string s = list[i];}