安卓websocket

private WebSocketClient webSocketInit(String ip, int port) { // 將須要鏈接的 server 端的 IP 地址和端口 String ws = "ws://" + ip + ":" + port; // 初始化 client,並重寫其中相關函數 try { client = new WebS
相關文章
相關標籤/搜索