摘要:
Format('x=%d', [12]); //'x=12' //最普通Format('x=%3d', [12]); //'x= 12' //指定宽度Format('x=%f', [12.0]); //'x=12.00' //浮点数Format('x=%.3f', [12.0]); //'x=12. 阅读全文
posted @ 2018-08-04 21:10
向北方
阅读(6379)
评论(0)
推荐(0)
|
摘要:
Format('x=%d', [12]); //'x=12' //最普通Format('x=%3d', [12]); //'x= 12' //指定宽度Format('x=%f', [12.0]); //'x=12.00' //浮点数Format('x=%.3f', [12.0]); //'x=12. 阅读全文
posted @ 2018-08-04 21:10
向北方
阅读(6379)
评论(0)
推荐(0)
|