windows 常用命令 gg1st 2021-10-21 75 阅读1分钟 # 查找端口占用进程 netstat -aon|findstr 8001 # 杀进程 taskkill /f /pid 20624