摘要:
class Person{ private String name; private static int count; public Person() { count++; this.name = "NONAME - " + count; } public Person(String name) { thi... 阅读全文
posted @ 2017-11-09 19:09
孔婷婷
阅读(116)
评论(0)
推荐(0)
浙公网安备 33010602011771号