C
cjdbd
Unregistered / Unconfirmed
GUEST, unregistred user!
showmessagefmt(const msg:string; params: array of const);
例子: 是在书上找到的,但是我不大明白???
showmessagefmt('%s %5.4e', ['1024用科学计数法表示为',124.0]);
第一个参数: const msg:string; '%s %5.4e'
第二个参数: params: array of const ['1024用科学计数法表示为',124.0]
例子: 是在书上找到的,但是我不大明白???
showmessagefmt('%s %5.4e', ['1024用科学计数法表示为',124.0]);
第一个参数: const msg:string; '%s %5.4e'
第二个参数: params: array of const ['1024用科学计数法表示为',124.0]