In Java, the command line arguments are typically given as String[] argv . To parse the command line, pass this object to ArgumentParser.parseArgs() method.
確定! 回上一頁