在静态方法中访问类的实例成员
摘要:
源代码: package team4; /** * * @author 郝子嘉 * */public class Test { int A=5; static int B=7; public static void show(){ System.out.println("实例变量A为"+new Te 阅读全文
posted @ 2019-10-15 19:22 露水清清 阅读(71) 评论(0) 推荐(0)
posted @ 2019-10-15 19:22 露水清清 阅读(71) 评论(0) 推荐(0)