2017年11月6日

摘要: package cn.wax.www; class Person { private String name; private static int count; public Person() { count++; this.name="NONAME -"+count; } public Person(Strin... 阅读全文
posted @ 2017-11-06 13:45 老张的小迷妹儿 阅读(121) 评论(0) 推荐(0)

导航