PHP number_format() 函数PHP String 参考手册实例格式化数字: <?phpecho number_format('1000000').'<br>';echo number_format('1000000',2).'<br>'; echo nu..
確定! 回上一頁