摘要: 网络编程小例子 TCP实现聊天 public class TcpClientDemo01 { public static void main(String[] args) { InetAddress serverIP = null; Socket socket = null; OutputStrea 阅读全文
posted @ 2021-07-23 22:12 hzyuan 阅读(125) 评论(0) 推荐(0)