udp 学习笔记

public class UdpSend { public static void main(String[] args) throws Exception { // TODO: Add your code here DatagramSocket ds=new DatagramSocket(); String strInfo="hello你好"; ds.send(new DatagramPacke
相关文章
相关标签/搜索