format 可以用 * 星号

Posted tobetterlife

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了format 可以用 * 星号相关的知识,希望对你有一定的参考价值。

procedure TForm1.FormCreate(Sender: TObject);
var
 s:string;
 a:integer;
 b:Single;
begin
  a:=3;
  b:=108.4;
  s:= Format(xx is %.*f,[a,b]);
  self.Caption:=s;
end;

技术图片

以上是关于format 可以用 * 星号的主要内容,如果未能解决你的问题,请参考以下文章

33 python format练习题 利用format方法生成一个星号三角形

python中星号(*)和双星号(**)的用法

格式化输出=========》format 和 %

用js写输出星号直角三角形的代码

c语言中的星号“*” 都有啥作用,含代码提问 求帮忙读一行程序

eclipse多行注释格式化代码时自动添加的星号怎么去掉?