Re: [問題] 字串的問題
※ 引述《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
討論串 (同標題文章)
java 近期熱門文章
PTT數位生活區 即時熱門文章