码迷,mamicode.com
首页 > 其他好文 > 详细

velocity 将数字转为以万为单位,保留2位小数

时间:2016-11-30 14:35:15      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:city   0.00   set   5.6   nbsp   --   返回   bsp   count   

$count = 123456789  -- 将数字转为以万为单位,保留2位小数

#set($per_count = ($count/100))   --  $count/100 返回值为 1234567      

#set($per_count = ($count/100.00)) -- $count/100.00 返回值为 12345.67

$per_count 万

velocity 将数字转为以万为单位,保留2位小数

标签:city   0.00   set   5.6   nbsp   --   返回   bsp   count   

原文地址:http://www.cnblogs.com/caer/p/6117325.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!