A.Scanner scan = new Scanner(System.in); B.System.out.println("请输入用户名:"); C.msg.setUserName(scan.next());
A. 对 B. 错