public
class
Test{
static
void
main(String args[]){
System.out.println(args.length);
for
(
int
i=
0
; i<args.length; i++){
System.out.println(args[i]);
}
//源代码片段来自云代码http://yuncode.net
初级程序员
by: 云代码会员 发表于:2016-06-26 00:02:09 顶(0) | 踩(0) 回复
什么玩意
初级程序员
by: 云代码会员 发表于:2016-06-26 00:02:09 顶(0) | 踩(0) 回复
什么玩意
回复评论