文件会自动建立,但是文件夹不会自己建立
if (Directory.Exists(path) == false) { Directory.CreateDirectory(path); }
posted on 2020-11-13 15:18 桃仁甜甜圈 阅读(2053) 评论(0) 收藏 举报