foreach字符串,然后listview.add(string)string[] strs=new string[]("111","222","333");foreach(string s in strs){ listview.items.add(s);}
你要怎么显示,举例。。