Java试题-选择题(16) 题目 若采用命令行“java Test one two three”调用,则程序输出的结果为: ? A:Test B:one C:two D:java public class Test { public static void main(String[] args)