回顾一下我们写的第一个Rust程序就是带副作用的,其副作用就是向标准输出(stdout), ... use std::io; fn main() { let mut input = String::new(); ...
確定! 回上一頁