摘要:
lass Person1{ private String name; private static int count; public Person1() { count++; this.name = "NONAME - " + count; } public Person1(String name) { t... 阅读全文
posted @ 2017-11-06 12:29
溜了溜了
阅读(138)
评论(0)
推荐(0)
浙公网安备 33010602011771号