B
bulletsoft
Unregistered / Unconfirmed
GUEST, unregistred user!
if label1.caption='123' then
label1.caption:='234'
label1.color:=234
else
begin
label1.caption:='333'
label1.color:=234
end;
end;
哪里错了 帮我改改 谢谢了
label1.caption:='234'
label1.color:=234
else
begin
label1.caption:='333'
label1.color:=234
end;
end;
哪里错了 帮我改改 谢谢了