@ -64,7 +64,7 @@ int main(int argc, char* argv[])
}
//发送数据
char * sendData = "你好,TCP客户端!\n";
char * sendData = "你好,TCP客户端\n";
send(sClient, sendData, strlen(sendData), 0);
closesocket(sClient);
The note is not visible to the blocked user.