在swift中,使用var 宣告變數, let 宣告常數 ... let n = Int("10") //字串轉整數 let s = String(20) //數字轉字串 let n32 = Int32(10) //Int ...
確定! 回上一頁