摘要: 服务器 public class Server { public static void main(String[] args) { ServerSocket ss = null; Socket s = null; try { ss = new ServerSocket(5210); } catch 阅读全文
posted @ 2018-09-11 20:44 萧愬夜 阅读(189) 评论(0) 推荐(0)