摘要: 选定文件夹 string foldPath = ""; FolderBrowserDialog dialog = new FolderBrowserDialog(); dialog.Description = "请选择文件路径"; dialog.SelectedPath = ""; //dialog 阅读全文
posted @ 2021-11-08 14:52 你的代码能改变世界吗 阅读(229) 评论(0) 推荐(0) 编辑