摘要: Socket 套接字,计算机之间进行通信的方式 public class Main{ public static void main(String[] args) throws Exception{ new ServerSocket(8080).accept(); System.out.printl 阅读全文
posted @ 2022-07-07 16:12 鱼子酱caviar 阅读(24) 评论(0) 推荐(0)