2016年12月14日
摘要: System.out.println("Hello World!"); SimpleDateFormat format = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss");//设置时间格式 Date currentTime = new Date();//获取当前时间 String date=format.format(currentTime);//对... 阅读全文
posted @ 2016-12-14 08:55 布诺 阅读(1770) 评论(0) 推荐(0)