Rust 语言使用结构体File 来描述/展现一个文件。 ... use std::fs; fn main() { fs::remove_file("data.txt").expect("could not remove file"); ...
確定! 回上一頁