摘要:

 // 换行   // 空格 	 // Tab 
 // 回车 阅读全文
posted @ 2021-06-09 21:52
popozyl
阅读(92)
评论(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
阅读(422)
评论(0)
推荐(0)

浙公网安备 33010602011771号