plo*_*ww1 24 php smarty
是否可以使用Smarty PHP将数字格式化为2位小数?
谢谢.
jas*_*bar 49
string_format接受sprintf格式化选项:
{$number|string_format:"%.2f"}
小智 27
{$number|number_format:2} 是你想要的
{$number|number_format:2}
Wir*_*lue 10
{$number|round:"2"} 也有效
{$number|round:"2"}
归档时间:
15 年,6 月 前
查看次数:
49275 次
最近记录:
7 年,10 月 前