S
sunjunfeng4
Unregistered / Unconfirmed
GUEST, unregistred user!
对一个类型的变量多次执行判断后回异常 access violation at address 0046ee9c in module 'RegSystem.exe' Read of address 00000030'
if (self.FConfigInfo <> nil ) then //返回执行多次后会异常
begin
aa:='';
result := self.FConfigInfo;
end
else
begin 。。。。。
if (self.FConfigInfo <> nil ) then //返回执行多次后会异常
begin
aa:='';
result := self.FConfigInfo;
end
else
begin 。。。。。