摘要: 1 using System; 2 using System.IO; 3 4 namespace _24._6_读取驱动器信息 5 { 6 class Program 7 { 8 static void Main(string[] args) 9 { 10 var di = DriveInfo.GetDr... 阅读全文
posted @ 2016-08-19 14:16 阿卡code 阅读(979) 评论(0) 推荐(0)