精确查找 feishu_event_handler.py 脚本是否在运行
CMD 命令
bash
wmic process where "name='python.exe' or name='pythonw.exe'" get commandline,processid | findstr feishu_event_handler
出现一行带路径的信息 → 你的脚本正在运行
什么都不显示 → 没有运行
如果你想 关闭 这个程序
cmd
taskkill /F /PID 这里填PID数字