摘要:
由static定义的被称为类属性 例如( static String company = "博客园" ) 类方法 例如( public static void printCompany() ) 这些类属性类方法,在程序加载的时候是与 类 一同加载的。在他们加载的时候,普通方法(no-static方法 阅读全文
posted @ 2023-04-16 16:45
Link_Soul
阅读(22)
评论(0)
推荐(0)
摘要:
开始记录学习的第一天,好好加油! 阅读全文
posted @ 2023-04-16 11:22
Link_Soul
阅读(6)
评论(0)
推荐(0)