满意滑板

文章
7
资源
0
加入时间
3年0月9天

java-比较两个String类型日期大小

上代码 public static void main(String[] args) throws ParseException { String a = "2021-07-12 09:52:30"; String c = "2021-07-14 17:35:16"; DateFormat sf =new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");