Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是将一个二维数组的所有值分配给另一个二维数组的有效方法吗?
matrix1=matrix2;
他们都是mXn维度。
mXn
采用Array.Copy()
Array.Copy()
Array.Copy(sourceArray, targetArray);