... class Main { public static void main(String[] args) { String env = System.getenv("CLASSPATH"); System.out.println(env); } }. And this is my output: null.
確定! 回上一頁