本文整理自网络,侵删。
delphi DOS编程
━━━━━━━━━━━━━━━━━━━━━━━━━━
program Project1;
{$APPTYPE CONSOLE}
//www.delphitop.com
uses
SysUtils;
var
s:string;
begin
write('请输入:');
read(s);
write('hello!',s);
readln;
readln;
end.
相关阅读 >>
Delphi 5-7 桥接让Delphi xe2 datasnap中间层支持Delphi低版本开发客户端
更多相关阅读请进入《Delphi》频道 >>