c#数组

int[]表示一个整数数组,全部数组都是引用类型,如数组

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

int[] copy=integers;spa

该代码把变量copy指向同一数组,而不是建立一个数组。it

相关文章
相关标签/搜索