Topic: 如何知道(String[] args)中的内容?? |
Print this page |
1.如何知道(String[] args)中的内容?? | Copy to clipboard |
Posted by: fighttodeath Posted on: 2006-07-26 12:45 public class args { public static void main(String[] args) { System.out.println("hello"); if (args.length == 0) { System.out.println("null"); } else { System.out.println("not null"); for (int i = 0;i < args.length;i++) { System.out.println(args[i]); } } } } 我很想知道main函数中(String[] args)的内容,请问哪种列子中能看见其中的内容,给我个列子,谢谢。。 |
2.Re:如何知道(String[] args)中的内容?? [Re: fighttodeath] | Copy to clipboard |
Posted by: seman Posted on: 2006-07-26 14:14 java args kahsdkg asdk adg ag dadg agd args 后面跟德是参数 在命令行可以看到了啊 |
3.Re:如何知道(String[] args)中的内容?? [Re: fighttodeath] | Copy to clipboard |
Posted by: didoguan Posted on: 2006-07-26 20:14 应该就是你在屏幕上输入的内容吧 |
4.Re:如何知道(String[] args)中的内容?? [Re: fighttodeath] | Copy to clipboard |
Posted by: leange Posted on: 2006-07-26 22:06 args中的内容是你输入的内容。你输入什么就输出什么的! 你可以试以以下指令启动 java args Hello world! 你将可以看到有内容打印! |
5.Re:如何知道(String[] args)中的内容?? [Re: fighttodeath] | Copy to clipboard |
Posted by: fighttodeath Posted on: 2006-07-26 22:44 java args Hello world! 只能这样输入命令吗??(java args XXXXXXX) 能不能在代码中实现这样的功能,让其自动显示args中的内容啊。。。。 |
6.Re:如何知道(String[] args)中的内容?? [Re: fighttodeath] | Copy to clipboard |
Posted by: zcjl Posted on: 2006-07-27 09:01 fighttodeath wrote: 老实说,没太看懂楼主到底想要知道的是什么 你自己贴的代码不就是用来显示args中的内容的么? |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |