标签:命令行 comm static lin print pre and public sys
public class CommandLine{
public static void main (String args[]){
for(int = 0 ;i < args.length;i++){
System.out.printIn("args["+i+"]:"+args[i])
}
}
}
标签:命令行 comm static lin print pre and public sys
原文地址:https://www.cnblogs.com/coffee-cake/p/14409251.html