S
summerkiky
Unregistered / Unconfirmed
GUEST, unregistred user!
在应用服务器上写了
if a<b then
begin
strmsg:='a不能小于b';
raise Exception.Create(strMsg);
end;
参数为 a,b
两个客户端传的参数一样,为什么一个有错误信息 'a不能小于b';另一个什么也不提示?
if a<b then
begin
strmsg:='a不能小于b';
raise Exception.Create(strMsg);
end;
参数为 a,b
两个客户端传的参数一样,为什么一个有错误信息 'a不能小于b';另一个什么也不提示?