摘要: 基于TCP的socket实现 SocketClient.java public class SocketClient { public static void main(String[] args) throws InterruptedException { try { // 和服务器创建连接 So 阅读全文
posted @ 2019-12-02 16:01 人在北京 阅读(1077) 评论(0) 推荐(0)