c# add string to array ... string[] MyArray = new string[] { "A", "B" }; MyArray = new List<string>(MyArray) { " ...
確定! 回上一頁