###说明: ```python async def onClose(self,clientid): ``` 客户端与服务端连接断开时触发的回调函数。一般在这里做一些数据清理工作。 ##参数 - ##### clientid 全局唯一的客户端socket连接标识 ##范例 ```python async def onClose(self,clientid): "客户端与服务端连接断开时触发的回调函数" await self.sent_all(clientid,clientid+",已退出") #给所有用户发送消息 ```

kcweb官方开发手册

开发版 6.4.28 6.4.21 6.4.17 6.4.15 6.4.9 6.4.8 6.4.4 6.2 6.1 5.330 5.328
登录

 {{data.name}}

登录
确认设置密码