返回列表 發帖

資料輸入 (三)

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

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



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

本帖最後由 洪翊庭 於 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. }
複製代碼

TOP

  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. }
複製代碼

TOP

  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. }
複製代碼

TOP

  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. }
複製代碼

TOP

  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. }
複製代碼

TOP

  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. }
複製代碼
Allen

TOP

  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. }
複製代碼
Ivy

TOP

返回列表