c#數組

int[]表示一個整數數組,全部數組都是引用類型,如數組

int[] integers=new int[32];ide

int[] copy=integers;spa

該代碼把變量copy指向同一數組,而不是建立一個數組。it

相關文章
相關標籤/搜索