Java用命令行给main方法传参
1.cd到当前程序的src路径下。
2.编译文件,我的文件是在com.test包下。
javac com/test/Demo.java
3.给main方法传值。
java com/test/Demo.java 1 2 3
Do what you think is right
做你认为正确的事
标签:传参,java,test,Java,main,com From: https://www.cnblogs.com/rightThing/p/17473706.html