Java specify command line argument from 1 to 100

前端 未结 0 1290
别那么骄傲
别那么骄傲 2021-01-26 09:50

In my Java code I want to define integer numbers by the command-line arguments. As below:

    int z = Integer.parseInt(args[3])

If I define my Pr

相关标签:
回答
  • 消灭零回复
提交回复
热议问题