java 獲取鍵盤輸入

java 中,如何獲取鍵盤輸入呢? 看下面代碼: /** * * @return * @throws IOException */ public static String getStringKeyboard() throws IOException { InputStreamReader isr = new InputStreamReader(System.in);
相關文章
相關標籤/搜索