不可能的。但是你可以输入譬如张name, stuNum然后拿到字符串后按照逗号分割String[] ary = input.split(",");String name = ary[0];String stuNum = ary[1];