而在Java 1.6版之後,Arrays這個類別中,引進了陣列複製的method,他叫做copyOf,先來看他的method怎麼用吧。 Arrays.copyOf(src, length).
確定! 回上一頁