react hook 如何在组件卸载时做出动作

   useEffect(() => {
        return () => {
            closeWebSocket();
        }
    }, [])

 

posted on 2023-08-07 15:07  漫思  阅读(16)  评论(0编辑  收藏  举报

导航