摘要: 常用API Math 类 在java.lang.Math包 public final class Math extends Object 继承于object类 包含基本数学运算方法,如指数,对数,平方根和三角函数等. Math类中没有构造方法, 怎么使用类中的成员呢? > 看类的成员是否是静态的(s 阅读全文
posted @ 2023-02-08 10:43 大宝贝94106 阅读(35) 评论(0) 推荐(0)