本文整理自网络,侵删。
显示简单图形
program Project1;{$APPTYPE CONSOLE}begin Writeln(' | | '); Writeln(' x| | '); Writeln('---|---|---'); Writeln(' | 0 |x '); Writeln('---|---|---'); Writeln(' | 0 | '); Writeln(' | | '); Readln;end.
相关阅读 >>
Delphi android 安卓系统 关闭打开(显示隐藏)输入法
Delphi一个非常完整的取windows os 版本信息的函数
Delphi xe7 android通过配置实现splash功能
更多相关阅读请进入《Delphi》频道 >>