2019年1月9日

摘要: public class MethodCall { public static void main(String[] args) { Test.sayStatic(); Test test = new Test(); test.sayInstance(); } } class Test { publ 阅读全文
posted @ 2019-01-09 15:33 hongliyu 阅读(2720) 评论(0) 推荐(0) 编辑
 

2019年1月4日

摘要: 阅读全文
posted @ 2019-01-04 15:26 hongliyu 阅读(4561) 评论(0) 推荐(0) 编辑