Rust 字符串相加第二个参数为什么要是&str. ... (String 实现 Deref<Target=str> ,所以在函数需要 &str 参数的时候, &String 自动强转换成 &str ).
確定! 回上一頁