摘要: Math类作为常用类中的一个,一般情况下我们用的不是特别多,除非你是在特殊领域 若要用的话还是查看下api比较靠谱 1 public class MathTest { 2 public static void main(String[] args) { 3 //取绝对值 4 System.out.p 阅读全文
posted @ 2020-03-24 22:02 showMeTheCodes 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 一.Date类 1 一些主要的方法: 2 public class DateTest { 3 public static void main(String[] args) throws ParseException { 4 Date date = new Date(); 5 //输出当前时间 6 S 阅读全文
posted @ 2020-03-24 17:23 showMeTheCodes 阅读(179) 评论(0) 推荐(0) 编辑