rust 有借用的概念,代码中具体称为引用,如: &str, &mut String, &'a str, ... task::spawn(async move { 2.0*3.1415*self_divide.radius }); ...
確定! 回上一頁