摘要: public void startTcpService(String ip) { try { InetAddress ipAddress = InetAddress.getByName(ip); tcpServer = new ServerSocket(TCP_SERVER_PORT, 0, ipAddress); ... 阅读全文
posted @ 2018-11-01 19:42 坏掉的开关 阅读(197) 评论(0) 推荐(0) 编辑