基於TCP客戶端接和服務器端通訊原理的實現

客戶端web tcpSocket.connectToHost(serverIp,serverPort);; connected(); write(); readyRead(); readAll(); 服務器端服務器 tcpServer.listen(QHostAddress::Any,serverPort); newConnection();
相關文章
相關標籤/搜索