package test;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Data1 {
 public static void main(String[] args) {
  // TODO Auto-generated method stub
  Date aa=new Date();
        System.out.println(new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:SSS").format(aa.getTime()));
 }

}

 二次作业2

相关文章:

  • 2021-12-13
  • 2021-12-27
  • 2021-10-08
猜你喜欢
  • 2021-10-28
  • 2021-11-24
  • 2022-02-21
  • 2021-07-23
相关资源
相似解决方案