System概述 表示和系统操作相关的类。里面的方法都是静态的。
方法
static long currentTimeMillis() 获取当前系统时间的毫秒值
static void arraycopy(Object src, i
2026-03-03