1 public class TestDate {
2     public static void main(String[] args) {
3         System.out.println(new java.util.Date());
4     }
5 }
View Code

相关文章:

  • 2021-12-22
  • 2021-12-23
  • 2021-10-07
  • 2022-02-16
  • 2021-10-13
  • 2021-08-01
  • 2022-02-14
猜你喜欢
  • 2021-11-29
  • 2022-12-23
  • 2021-12-19
  • 2021-11-28
  • 2021-11-29
  • 2021-11-29
相关资源
相似解决方案