Example: rust concatenate strings let text1 = "hello".to_owned(); let text2 = text1 + " world"; println!("{}", text2);
確定! 回上一頁