let path = Path::new("some_thing/hi.txt"); let mut path_buf = PathBuf::new(); path_buf.push(path);
確定! 回上一頁