Python string type conversion examples @author: Sean Lu. a='a' # a 是字串# print(a+3) # 字串加號的兩邊都必須是字串,不ok print(a+str(3)) ...
確定! 回上一頁