当前位置: 技术问答>java相关
请教有关命令行参数问题
来源: 互联网 发布时间:2015-03-09
本文导语: 怎么完成从命令行接受字符串参数并将该字符串复制后输出,谢谢。 c:jdk1.3examples>java MyApp hello my world! hello my world! | public class TestArgs { public static void main(String args[]) { for (int i =0;i...
怎么完成从命令行接受字符串参数并将该字符串复制后输出,谢谢。
c:jdk1.3examples>java MyApp hello my world!
hello my world!
c:jdk1.3examples>java MyApp hello my world!
hello my world!
|
public class TestArgs {
public static void main(String args[]) {
for (int i =0;i
public static void main(String args[]) {
for (int i =0;i