摘要: 1.变量 public class HelloWorld { //类变量 static double salary; //实例变量 默认值 String name; int age; boolean flag; public static void main(String[] args) { Hel 阅读全文
posted @ 2022-03-14 22:42 梁小白123 阅读(50) 评论(0) 推荐(0)