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
相關文章
相關標籤/搜索