在执行下面这段Java程序时: public class Test {public static void main (String[] args) { String s1=args[0]; String s2=args[1]; String s3=args[2];} }若编译程序后键入命令: java Test one two three,那么变量s1所引用的字符串为( )。
单选题
在执行下面这段Java程序时: public class Test {public static void main (String[] args) { String s1=args[0]; String s2=args[1]; String s3=args[2];} }若编译程序后键入命令: java Test one two three,那么变量s1所引用的字符串为( )。