摘要:
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
阅读(2755)
评论(0)
推荐(0)
浙公网安备 33010602011771号