luohzzz

导航

2021年5月2日 #

static(静态变量、静态方法、静态代码块、静态导入包)

摘要: import static java.lang.Math.random;//静态导入包 public class Application2 { public static void main(String[] args) { System.out.println(random()); } } /* 阅读全文

posted @ 2021-05-02 13:08 luohzzz 阅读(317) 评论(0) 推荐(0) 编辑