菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年7月2日 #

2023.7.2

摘要: //2023.7.2 public class test { //类属性:可以理解为变量 /*{ 类变量:static int a = 0; 常量用 final修饰 例:static final int a = 3.14; 实例变量:string s = "不良帅"; }*/ string name 阅读全文

posted @ 2023-07-02 14:08 hhmzd233 阅读(35) 评论(0) 推荐(0)