()
| 113 | } |
| 114 | |
| 115 | public void exit() { |
| 116 | try { |
| 117 | this.client.close(); |
| 118 | } catch (Exception e) { |
| 119 | e.printStackTrace(); |
| 120 | } |
| 121 | System.out.println("退出"); |
| 122 | System.exit(0); |
| 123 | } |
| 124 | |
| 125 | public UserController() throws IOException { |
| 126 | init(); |