There are two types of strings in Rust: String and &str . A String is stored as a vector of bytes ... If you need quotes in a raw string, add a pair of #s.
確定! 回上一頁