Thinkphp 模板中使用自定义函数的方法
程序员文章站
2024-01-19 22:31:40
...
1.number_format
{$number|number_format=2} 千分位,保留两位小数
2.round
{$number|round=2} 四舍五入保留两位小数
推荐阅读