public class Point { public int x; public int y; } Point origin = new Point(); origin.x = 3; origin.y = 5;
62,634
社区成员
307,269
社区内容
加载中
试试用AI创作助手写篇文章吧