摘要:
// 方法1 new SimpleDateFormat("yyyyMMddHHmmssSSS").format(new Date()); // 方法2 Calendar cld = Calendar.getInstance(); int YY = cld.get(Calendar.YEAR); int MM = cld.get(Calendar.MONTH)+1; int DD = cl... 阅读全文
posted @ 2019-10-21 14:54
寓言i
阅读(12987)
评论(0)
推荐(0)