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.
为什么类 System 中有数组复制方法?似乎系统的东西并不多。
它的存在是有历史原因的:它从 JDK 1.0 开始就存在,而Arrays这个方法在逻辑上属于的 Java 类直到 Java 1.2 版本才被引入。
Arrays