摘要: 
 // 换行   // 空格 	 // Tab 
 // 回车 阅读全文
posted @ 2021-06-09 21:52 popozyl 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 目录操作 1.引入库 using System.IO; 2. 创建目录 string path = "D:\\testDir1\\testDir2\\testDir3" Directory.CreateDirectory(path) // 允许级联创建 3. 删除目录 string path = " 阅读全文
posted @ 2021-06-09 21:32 popozyl 阅读(381) 评论(0) 推荐(0) 编辑