我最初尝试匹配这样的,但我想出Rust不能隐含地从 String 投射到 String 。 fn main() { let stringthing = String::from("c"); match stringthing ...
確定! 回上一頁