摘要: Java基础:变量、常量、作用域 public class Demo08 { //修饰符,不存在先后顺序 static final double PI=3.14; public static void main(String[] args) { System.out.println(PI); /* 阅读全文
posted @ 2022-07-06 00:10 努力学习的J1an-JIan 阅读(23) 评论(0) 推荐(0)