Rust is a typed language, every variable must specify its type. The common number types are ... let str = "123"; let num: i32 = str.parse().unwrap();.
確定! 回上一頁