📌  相关文章
📜  python 将逗号更改为点 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:10.998000             🧑  作者: Mango

代码示例1
float("123,456.908".replace(',',''))