java實現最簡單socket通信

一.服務器 public class HServerApp implements Runnable { public int port; public HServerApp(int port) { this.port = port; } @Override public void run() { try {
相關文章
相關標籤/搜索