System.out.print("輸入:");
args1 = buf.readLine();
System.out.print("輸入:");
args2 = buf.readLine();
System.out.print("輸入:");
args3 = Integer.parseInt(buf.readLine());
System.out.print("輸入:");
args4 = Integer.parseInt(buf.readLine());
System.out.print("輸入:");
args5 = Integer.parseInt(buf.readLine());
cstu stu=new cstu(args1,args2,args3,args4,args5);
|