rust 异步之async、await、future · 1 2 3 4 5 6 7 8 9 10 11. use futures::executor::block_on; async fn say_hi() {<!-- --> println!("nice"); } · 1 2 3 4
確定! 回上一頁