main.java */ public class Main { public static void main(String args[]) { Point p1 = new Point(5,5); Point p2 = p1;
確定! 回上一頁