摘要: //代码如下,摘自java编程思想: class Bowl { Bowl(int maker) { System.out.println("Bowl(" + maker + ")"); } void f1(int maker) { System.out.println("f1(" + maker + 阅读全文
posted @ 2016-02-19 22:02 Leonpard34 阅读(279) 评论(0) 推荐(0)