Java练习题7

来源:互联网 发布:php foreach 编辑:程序博客网 时间:2024/06/02 01:59
import java.util.*;public class Test7 {public static void main(String[] args) {Date nowTime=new Date();System.out.println(nowTime);}}