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.
我遇到了 number_format 的问题。这是我尝试使用它的方式:
当我尝试将它与数量相乘时,它返回 1。例如
1,200.00 * 2
它返回 1。我怎样才能让它返回 2,400.00?
我错过了什么?谢谢
您不能乘以格式化数字。在格式化最终结果之前,您应该进行所有计算。