摘要: JDK中的Math类: public class Demo01 { public static void main(String[] args) { //常量 System.out.println(Math.PI); //常用方法 System.out.println("随机数:"+Math.ran 阅读全文
posted @ 2023-09-20 14:17 贾贾鱼 阅读(13) 评论(0) 推荐(0)