use std::path::PathBuf; let path: PathBuf = [r"C:\", "windows", "system32.dll"].iter().collect();. 我们仍然可以做得更好!由于这些都是字符串,因此我们可以使用 ...
確定! 回上一頁