作者likerainny (朝目标前进!)
看板java
标题Re: [问题] 字串的问题
时间Sun Mar 12 20:24:54 2006
※ 引述《ogamenewbie (荷兰烂银行)》之铭言:
: ※ 引述《likerainny (朝目标前进!)》之铭言:
: : 有一个程式是要誏人输入帐号(字串)和密码(数字),如果连续输入两次错
: ↑
: : BufferedReader j=new BufferedReader(new InputStreamReader(System.in));
: : BufferedReader h=new BufferedReader(new InputStreamReader(System.in));
: 建议换 Scanner input = new Scanner(System.in);
: : s=j.readLine();
: s = input.nextLine();
: : b=Integer.parseInt(h.readLine());
: b = input.nextInt();
: : if(b==pwd & s==str) //比对写法有错?
: ↑ ↑
: │ 有人说了
: │
: 没有说你错, 个人龟毛建议打 &&
请问,如果是用 Scanner input=new Scanner(System.in);
的写法,开头有需要import 什麽吗?
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.162.117.32