Example: rust lang sleep use std::time::Duration; use std::thread::sleep; fn main() { sleep(Duration::from_millis(2)); }
確定! 回上一頁