use rand::Rng; fn main() { let mut rng = rand::thread_rng(); let n1: u8 = rng.gen(); println!("Random u8: {}", n1); println!
確定! 回上一頁