python-將字符串轉爲數字

s = "1.23" # 不是(float)s f = float(s) print(f.__class__)
相關文章
相關標籤/搜索