回调函数

最后更新于:2022-04-02 06:36:55

# 回调函数 [TOC] ## UDP客户端 UDP没有连接和关闭的概念,因此 * `onConnect`事件会在UDP客户端创建后立即执行 * `onClose`事件会在UDP客户端`close`时立即执行
';