摘要: type TRectangle=class private FCoordinates:array[0..3] of longint; function GetCoordinate(Index:integer):Longint; //读方法 procedure SetCoordinate(Index:integer; Value:... 阅读全文
posted @ 2018-06-09 17:46 存心影子 阅读(160) 评论(0) 推荐(0) 编辑