UDP发送方接收方模拟的Java程序
摘要:
public class UDPReceiveDemo { public static void main(String[] args) throws IOException { //创建UDP接收端套接字对象 DatagramSocket ds = new DatagramSocket(10086 阅读全文
posted @ 2020-03-29 10:34
li_浩
阅读(199)
评论(0)
推荐(0)