摘要:
1 public class A { 2 public static void main(String[] args) throws IOException { 3 DatagramSocket socket = new DatagramSocket(8888); 4 BufferedReader 阅读全文
摘要:
客户端 1 public class A { 2 public static void main(String[] args) throws IOException { 3 String guo="你好啊"; 4 int port=8888; 5 Socket socket = null; 6 In 阅读全文