public static String GetDate(){ Calendar cal = Calendar.getInstance(); SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); return format.format(cal.getTime()); }
posted on 2016-05-30 20:05 看你妹儿 阅读(533) 评论(0) 编辑 收藏 举报