摘要: 1 UDP通信 客户端UDPClient public class UDPClient { public static void main(String[] args) throws IOException { // 获取本地服务器地址 InetAddress server_address = In 阅读全文
posted @ 2024-08-22 14:08 Sherioc 阅读(37) 评论(0) 推荐(0)