缓慢灰狼

文章
6
资源
0
加入时间
2年10月17天

C# 获取系统盘符

1、使用.net管理对象(引入System.Management) public static List<string> getDisk() { WqlObjectQuery wmiquery = new WqlObjectQuery("select * from Win32_LogiCalDisk"); ...