1.定义一个二维的数组,除了用string[,] arr = new string[4,2]之外,还有其它方式吗?2.
1)string[,] arr = new string[4,2]却不能按其中一列进行排序
2)为了实现对二维数组中的数据按其中一列进行排序.要如何用?