摘要:
class B { private int i; B(int i) { this.i=i; } } public class Ex1 { public static void main(String[] args) { B b1=new B(20); B b2=new B(20); System.o 阅读全文
posted @ 2016-04-02 23:07
燃烧的ZYD
阅读(53)
评论(0)
推荐(0)
浙公网安备 33010602011771号