摘要: public class demo { public static void main(String[] args) throws ParseException { Date date = new Date(); // System.out.println(date); //Date --> Str 阅读全文
posted @ 2021-12-30 19:12 郑国荣 阅读(19) 评论(0) 推荐(0) 编辑
摘要: public class demo { public static void main(String[] args) { //int转String int number = 100; String s = String.valueOf(100); System.out.println(s); Sys 阅读全文
posted @ 2021-12-30 13:12 郑国荣 阅读(335) 评论(0) 推荐(0) 编辑