C#--集合添加數據(ArrayList and list)

集合方法ArrayList:須要引用using system.collections; static void Main(string[] args) { // 添加內容 int[] nums = new int[] { 1, 2, 3, 4, 5 }; //隨便的放,各類類型的數據,而且 不肯定放多少個;
相關文章
相關標籤/搜索