資料值(Value) ... print(type('Hello world')) print(type(17)) print(type(3.2)) ... Python 提供型態轉換(Type conversion) 函式:int(), float(), str().
確定! 回上一頁