我有一个变量,正在尝试将其格式化为以下格式“100.000,00”。
我有一个金额(整数)和一个价格(小数),并尝试将这些东西乘以一个总价格:
totalprice = price * decimal(amount)
我正在使用 Django,最后我必须将其转换为字符串,以便我可以在文本字段中使用它。
我使用了一个名为“Babel”的模块。您可以在那里导入预定义的格式。
https://babel.pocoo.org/en/latest/api/numbers.html