let a: 'static str = "hello rust"; // 'static means this variable will be a reference to this statically allocated string. // &str cannot be ...
確定! 回上一頁