我们如何在 java 中编写代码来找出安装操作系统的驱动器号?
How can we code in java to find out the drive letter on which operating system is installed ?
你可以从 Environment 中获取:
You can get that from the Environment:
System.getenv("SystemDrive");
这篇关于如何使用java找出操作系统驱动器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!