... Write a &str in the file (ignoring the result). writeln!(&mut file, "Hello World!").unwrap(); // Write a byte string. file.write(b"Bytes\n").unwrap(); }.
確定! 回上一頁