string[] myArray = { "hello", "world", "array" };; // 調整陣列的大小; System.Array.Resize(ref myArray, myArray.Length + 1);; // 指定新的陣列 ...
確定! 回上一頁