📅  最后修改于: 2022-03-11 15:00:59.254000             🧑  作者: Mango
let myString1 = "10"
let myInt1 = Int(myString1) ?? 0
// you need to provide the optional in case the string can't be converted