C# 提供一個方式,讓我們可以很輕的改變Array長度,並且保留原本的資料 ... void Main(string[] args) { int[] number=new int[20]; for (int i=0 ...
確定! 回上一頁