• 2022-05-29
    基于TCP的套接字通信时,客户端的程序不包括以下语句( )。
    A: 使用socket函数创建套接字
    B: 使用listen监听套接字
    C: 使用connect函数连接套接字
    D: 使用send发送消息到套接字