2020年7月20日

JAVA计算输入一个日期到当前日期一共多少天

摘要: public class DatePactice { public static void main(String[] args) throws ParseException { Scanner scanner=new Scanner(System.in);//计算一个人出生到现在一共多少天 Sys 阅读全文

posted @ 2020-07-20 11:33 风华流沙~ 阅读(1820) 评论(0) 推荐(0)

导航