coding: UTF-8 -*- import sys # 這個例子主要是瞭解python的字串和int/long/float等型別的轉換關係 # int string轉int a = "123" print(int(a)) #字 ...
確定! 回上一頁