摘要:
ComboBox值排序先是想通过冒泡排序,但是冒泡排序是int类型,又打算通过下标,进行字符串排序,然后想到了一个简单的办法……先存入ArrayList排序Sort清空ComboBox再遍历存入ComboBox很简单的几行代码搞定 ArrayList al =new ArrayList(); for (int i = 0; i < combobox.Items.Count; i++) { string a = combobox.Items[i].ToString(); al.Add(... 阅读全文
posted @ 2013-08-27 14:49
重新开始js
阅读(2940)
评论(0)
推荐(0)

浙公网安备 33010602011771号