PHP number_format() 函数--- ## 实例格式化数字: ```php "; echo number_format("1000000",2)." "; echo number_format("1000000",2,",",".");
確定! 回上一頁