C# -. string[] str;; string[] str = new string[] { };; string[] str = new string[3]; // 若已明確指定陣列長度時無需加上{ }; string[] str ...
確定! 回上一頁