我执行:
var
  a:string;
...
a := '60';
StrToInt('$'+'60');出错,提示'...EConvertError...$60 is not a Valid integer value.
是什么原因,是不是delphi配置有问题?