有狐 · 2007-04-13 05:41:52 · 阅读: 402 不过可以这样写: type TMyRecord = record A: Integer; B: string; end; var R: TMyRecord = (A:123; B:'ddd'); 因为R是变量了