??? try {
??????? BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
??????? String str = "";
??????? while (str != null) {
??????????? System.out.print("> prompt ");
??????????? str = in.readLine();
??????????? process(str);
??????? }
??? } catch (IOException e) {
??? }
|----------------------------------------------------------------------------------------|
版權聲明 版權所有 @zhyiwww
引用請注明來源 http://www.aygfsteel.com/zhyiwww
|----------------------------------------------------------------------------------------|