只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-11-02 22:19 烫烫烫烫 阅读(3) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-11-02 21:33 烫烫烫烫 阅读(5) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-11-02 21:10 烫烫烫烫 阅读(5) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-11-02 12:07 烫烫烫烫 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1 public class Param_test { 2 3 public void change(Point point) { 4 5 point.x = 3; 6 point.y = 4; 7 8 } 9 10 public static void main(String[] args) {11 Param_test pt = new Param_test();12 Point point = new Point();13 pt.change(point);14 ... 阅读全文
posted @ 2013-11-02 11:15 烫烫烫烫 阅读(343) 评论(0) 推荐(0) 编辑