echo number_format("1000000",2)."<br>"; ... number_format() 函数通过千位分组来格式化数字。 ... $formattedNum = number_format($num, 2);.
確定! 回上一頁