摘要:
public class Base { private String baseName = "base"; public Base() { callName(); } public void callName() { System. out. println(baseName); } static 阅读全文
posted @ 2016-03-05 10:46
飞鱼(Chris)
阅读(254)
评论(0)
推荐(0)
2016年3月5日