摘要: 数组是引用类型,元素保存在堆上,栈上保存的是地址。 1.Buffer.BlockCopy public static void BlockCopy (Array src, int srcOffset, Array dst, int dstOffset, int count); int[] arrol 阅读全文
posted @ 2023-05-07 17:40 徘徊彼岸花 阅读(189) 评论(0) 推荐(0) 编辑