1,定義壹維數組
string{{1,2,3},{1,2,3 } };?//固定長度數組
3.壹維對象數組
Object=1,mf5=3,mf5[1,1]=4
int[,] mf5=new int[,]{{1,2},{3,4 } };?