# TCPSocket.close()

相关文档: 网络使用说明

# 功能描述

关闭连接

# 示例代码

  const tcp = tap.createTCPSocket()
  tcp.close()