Windows下某些软件越用越卡,大概率是后台node进程堆积没回收。遇到这种情况,直接运行 taskkill /F /IM node.exe /T 强杀清理,基本就能恢复流畅,不用重启电脑。 Vincent @Vincent_AINotes · 13 小时前