a = '10.12' int(a) # 报错ValueError float(a) # 正确 int(float(a))
本文标题:类型转换
本文链接:https://www.haomeiwen.com/subject/ppdfnttx.html
网友评论