摘要: package Demo505;//Math 还有很多方法,可以自行在API中查询使用public class CodeMath { public static void main(String[] args) { System.out.println(Math.abs(-6.6)); //绝对值 System.out.println(Math.ceil(6.6)... 阅读全文
posted @ 2019-05-07 22:36 Ssinoo団子 阅读(217) 评论(0) 推荐(0)