Rust 中有两种字符串类型: String 和 &str 。 String 被存储为一个字节 ... let pangram: &'static str = "the quick brown fox jumps over the lazy dog";. println!
確定! 回上一頁