原创 二維數組轉一位數組

static void Main(string[] args) { int[,] A = { { 1, 2, 3 }, { 4, 5, 6 }, { 7, 8, 9 } };