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