摘要: 博客已搬家至CSDN 阅读全文
posted @ 2016-02-20 11:50 Leonpard34 阅读(80) 评论(0) 推荐(0)
摘要: //代码如下,摘自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 阅读(281) 评论(0) 推荐(0)