摘要: public static void main(String[] args) { System.out.println(Math.PI); System.out.println(Math.abs(-10));//取绝对值 System.out.println(Math.ceil(12.3));//向 阅读全文
posted @ 2021-04-19 20:33 一块 阅读(120) 评论(0) 推荐(0) 编辑