use std::fs; use std::io::Write; fn main() { let b = b"test"; let mut f = fs::File::create("rs.dump").unwrap(); for _ in 0 .
確定! 回上一頁