Java 初學UDP傳輸

不談理論,先舉簡單例子。 發送端代碼: public class UDPDemo { public static void main(String[] args) throws Exception { DatagramSocket ds = new DatagramSocket(); String str = "hello"; DatagramPacket dp = new Data
相關文章
相關標籤/搜索