本文整理自网络,侵删。
program Project1;
{$APPTYPE CONSOLE}
{$R *.res}
uses System.SysUtils;
varstr1:string ='a1232';str2:string ='a1232';begin try
if str1.Compare(str1, str2)=0 then begin write('相同'); end else begin write('不相同'); end; readln; { TODO -oUser -cConsole Main : Insert code here www.delphitop.com } except on E: Exception do Writeln(E.ClassName, ': ', E.Message); end;end.
相关阅读 >>
Delphi 分解时间 �cdecodedate、decodetime … decodedatetime …
Delphi webbrowser多次执行documentcomplete
更多相关阅读请进入《Delphi》频道 >>