摘要: 代码如下: 1 /// <summary> 2 /// 坐标(结构类型) 3 /// </summary> 4 public struct Coordinate 5 { 6 public int x; 7 public int y; 8 9 public Coordinate(int x, int 阅读全文
posted @ 2016-10-29 08:36 $("#阿飞") 阅读(427) 评论(0) 推荐(0) 编辑