摘要: 变量,局部变量,实例变量,类变量, 常量 public class Demo07 { public static void main(String[] args) { //int a,b,c; //int a = 1, b = 2, c = 3;//不要这样写,影响程序的可读性 String nam 阅读全文
posted @ 2021-12-30 23:02 追风的羊 阅读(66) 评论(0) 推荐(0)