由於Python將string class的每個字元當成它的每個元素,所以可輕易用元素粹取概念 ... float("12") # 字串12轉數字 int("12") # 字串12轉整數 str(12) # 數字12轉字串.
確定! 回上一頁