摘要: lass Person1{ private String name; private static int count; public Person1() { count++; this.name = "NONAME - " + count; } public Person1(String name) { t... 阅读全文