create_dir_all<P: AsRef<Path>>(path: P) -> Result<()> – 级联创建目录。 示例: use std::fs; // 由于字符串切片实现了`AsRef<Path>` Trait,因此函数 ...
確定! 回上一頁