You can send a control character to clear the terminal screen. fn main() { print!("{}[2J", 27 as char); }. Or to also position the cursor at ...
確定! 回上一頁