Board logo

標題: 資料輸入 (三) [打印本頁]

作者: tonyh    時間: 2018-10-1 20:11     標題: 資料輸入 (三)

本帖最後由 tonyh 於 2020-7-2 20:24 編輯

利用 readPassword() 方法抓取使用者輸入的密碼.



本帖隱藏的內容需要回復才可以瀏覽

作者: 洪翊庭    時間: 2018-10-8 17:51

本帖最後由 洪翊庭 於 2018-10-8 17:53 編輯
  1. import java.io.Console;
  2. public class Ch07
  3. {
  4.      public static void main(String args[])
  5.      {
  6.            Console c=System.console();
  7.            String name=c.readLine;
  8.            char pw[]=c.readPassword;
  9.            System.out.println;
  10.            System.out.println;
  11.      }
  12. }
複製代碼

作者: 洪翊展    時間: 2018-10-8 18:34

  1. import java.io.Console;
  2. public class Ch01
  3. {
  4.      public static void main(String args[])
  5.      {
  6.            Console c=System.console();
  7.            String name=c.readLine;
  8.            char pw[]=c.readPassword;
  9.            System.out.println;
  10.            System.out.println;
  11.      }
  12. }
複製代碼

作者: 曾堂桂    時間: 2018-10-8 19:05

  1. import java.io.Console;
  2. public class Ch07
  3. {
  4.      public static void main(String args[])
  5.      {
  6.            Console c=System.console();
  7.            String name=c.readLine("輸入帳號: ");
  8.            char pw[]=c.readPassword("輸入密碼: ");
  9.            System.out.println("你的帳號: "+name);
  10.            System.out.println("你的密碼: "+String.valueOf(pw));
  11.      }
  12. }
複製代碼

作者: 啓銓    時間: 2018-10-8 19:06

  1. import java.io.Console;
  2. public class Ch01
  3. {
  4.      public static void main(String args[])
  5.      {
  6.            Console c=System.console();
  7.            String name=c.readLine;
  8.            char pw[]=c.readPassword;
  9.            System.out.println;
  10.            System.out.println;
  11.      }
  12. }
複製代碼

作者: 李沛昂    時間: 2018-10-8 19:41

  1. import java.io.Console;
  2. public class Ch07
  3. {
  4.      public static void main(String pigs[])
  5.      {
  6.            Console c=System.console();
  7.            String name=c.readLine("輸入帳號: ");
  8.            char pw[]=c.readPassword("輸入密碼: ");
  9.            System.out.println("你的帳號: "+name);
  10.            System.out.println("你的密碼: "+String.valueOf(pw));
  11.      }
  12. }
複製代碼

作者: 黃宇綸    時間: 2018-10-8 19:42

  1. import java.io.Console;
  2. public class Ch01
  3. {
  4.      public static void main(String args[])
  5.      {
  6.            Console c=System.console();
  7.            String name=c.readLine("輸入帳號: ");
  8.            char pw[]=c.readPassword("輸入密碼: ");
  9.            System.out.println("你的帳號: "+name);
  10.            System.out.println("你的密碼: "+String.valueOf(pw));
  11.      }
  12. }
複製代碼

作者: 黃宇瑄    時間: 2018-10-8 19:44

  1. import java.io.Console;
  2. public class Ch07
  3. {
  4.      public static void main(String args[])
  5.      {
  6.            Console c=System.console();
  7.            String name=c.readLine("輸入帳號: ");
  8.            char pw[]=c.readPassword("輸入密碼: ");
  9.            System.out.println("你的帳號: "+name);
  10.            System.out.println("你的密碼: "+String.valueOf(pw));
  11.      }
  12. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2