摘要: unit Unit2; interface type TPerson=class(TObject) private FAge:Integer; FName:string; FDegree:array[0..3] of string; function getAge: Integer; procedu 阅读全文
posted @ 2023-03-18 10:52 Rube's Delphi Blog 阅读(152) 评论(0) 推荐(0)