常规参数
文章标题:
权重:
文章摘要:
在Delphi中没有前导0输出的函数,如C语言中printf(%08d,10);就会输000000010,但是在实际应用中经常会用到此种函数,如财务等数据的输出。如何实现?以下的代码实现了这种功能, function qd0str(const count,num:integer):String; Var s1,s2:String; begin s1:=IntToS
关键字:
输出 字符 数值 格式 s1 函数 S2 count else then 实现
管理密码: