標題:
【016】資料輸入 (三)
[打印本頁]
作者:
tonyh
時間:
2023-1-4 16:22
標題:
【016】資料輸入 (三)
本帖最後由 tonyh 於 2023-1-4 16:34 編輯
利用 readPassword() 方法抓取使用者輸入的密碼.
本帖隱藏的內容需要回復才可以瀏覽
作者:
王捷恩
時間:
2023-1-4 16:49
import java.io.Console;
public class A {
public static void main(String[] args) {
String str1, str2
Console c=System.console();
System.out.print("Enter your account: ");
str1=c.readLine();
System.out.print("Enter your password");
str2=c.readLine();
System.out.println("Your account: "+str1);
System.out.print("Your password: "+str2);
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2