摘要: package hb; import java.util.Date; public class Person { String id; int age; String name; Date birthday; public String getId() { return id; } public void ... 阅读全文
posted @ 2014-11-15 20:22 刘江龙 阅读(494) 评论(0) 推荐(0)