var a:shortint; b:shortstring; 我想取a的地址,然后将其转变成shortstring型付给b,注意inttostr不行的。谢谢各位大虾了。 问题点数:0、回复次数:1Top
b:=string(@a); 不过,你这样做很奇怪啊.Top