Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何用逗号重新 格式化数字 用千位分隔符格式化数字 Smarty PHP 用分组的千位格式化数字
例如以下代码:-
{php}echo $youtube->_views;{/php}
返回 2556789,我希望它的格式如下;2,556,789
本主题说明了如何做到这一点:
{$myvar|number_format:2:".":","}