Re: [問題] 字串的問題

看板java作者 (朝目標前進!)時間18年前 (2006/03/12 20:22), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/6 (看更多)
※ 引述《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
文章代碼(AID): #1451A87X (java)
討論串 (同標題文章)
文章代碼(AID): #1451A87X (java)