摘要: 学习内容:类与对象 1.使用对象调用静态成员变量 代码实现: public class 对象调用静态成员变量 {static int i=47;public void call() { System.out.println("调用call()方法"); for(i=0;i<3;i++) { Syst 阅读全文
posted @ 2020-07-14 11:23 CherriesOvO 阅读(117) 评论(0) 推荐(0)