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

smarty string_format用法 取小数点后2位

时间:2015-11-06 11:14:53      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:

<{if $d.ul_pv}>
       <{$d.sum/$d.ul_pv|string_format:‘%.2f‘}>
<{else}>
     0.00
<{/if}>

 

<{if $d.ul_pv}>
       <{$d.sum/$d.ul_pv|string_format:‘%.2f‘}>
<{else}>
     0.00
<{/if}>

 

smarty string_format用法 取小数点后2位

标签:

原文地址:http://www.cnblogs.com/patf/p/4941822.html

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