1. //当前时间与标准时间1970年1月1日午夜之间的时间差,以毫秒为单位
    2. System.out.println(System.currentTimeMillis());
    3. //确定当前系统属性
    4. System.getProperties().list(System.out);
    5. System.out.println(System.getProperty("file.encoding"));