摘要: class ITB{ int age; // 年龄 int hight; // 身体高度 public ITB() { print(); this.age=2; //这里初始化 age 的值 ,但递归返回的时候,这个值会被... 阅读全文
posted @ 2014-04-24 23:07 ITB 阅读(587) 评论(0) 推荐(0)