pcplayer · 2006-07-24 10:04:59 · 阅读: 313 先定义一个类型。再返回这个类型。 TMySet = set of char; function yourFunc:TMySet; begin end;