java获取系统环境变量
摘要:
环境变量 代码 public class A { public static void main(String[] args) { // 获取某个key System.out.println(System.getenv("JAVA_HOME")); // 获取所有 System.out.printl 阅读全文
posted @ 2020-09-27 18:01 小石头小祖宗 阅读(14) 评论(0) 推荐(0) 编辑