摘要: 1 1 import java.awt.Point; 2 2 3 3 class Box 4 4 { int x1 = 0; 5 5 int y1 = 0; 6 6 int x2 = 0; 7 7 int y2... 阅读全文
posted @ 2015-10-25 20:56 lubocsu 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1 public class TestReturn 2 { 3 4 public static void main(String args[]) 5 { 6 TestReturn t = new TestReturn(); 7 t.te... 阅读全文
posted @ 2015-10-25 17:45 lubocsu 阅读(9075) 评论(0) 推荐(0) 编辑