代码:

 @Test
    public void test(){
        DateTime time =new DateTime(); //获取当前时间
        int tt =time.getCenturyOfEra();
        System.out.println(tt);

    }

疑问?

此方法返回的是20。不知道为啥?

大大的问号?

返回:JAVA中DateTime的用法总结