public class Env { public static void main (String[] args) { for (String env: args) { String value = System.getenv(env); if (value !
確定! 回上一頁