1 fn main() { 2 let colour = "red"; 3 // The '{}' it the formatted string gets replaced by the parameter 4 let favourite = format!(
確定! 回上一頁