java.util.Date被设计为日期+ 时间的结合体。也就是说如果只需要日期,或者只需要单纯的时间,用Date是做不到的。 1 2 3 4 5 6 7 @Test public void ...
確定! 回上一頁