S
Slocker
Unregistered / Unconfirmed
GUEST, unregistred user!
1、 同一个语句,在不同的两个程序中运行,一个出现编译错误,一个能通过编译。是一个很简单的语句。
var
aa:string;
begin
aa:=timetostr(time());
end;
信息是:[Error] main.pas(513): Expression expected but ')' found
但是time函数可用()也可以不用的啊。我去掉了也不行。
大虾们,是什么原因?
2、
var
aa:string;
begin
aa:=timetostr(time());
end;
信息是:[Error] main.pas(513): Expression expected but ')' found
但是time函数可用()也可以不用的啊。我去掉了也不行。
大虾们,是什么原因?
2、