[Solution found!] >>> x = "2342.34" >>> float(x) 2342.3400000000001 妳去使用float(其行为类似于C,C ++或Java double,并且具有相同的精度)。
確定! 回上一頁