常用 cmd 命令 发表于 2023-05-01 更新于 2025-03-09 阅读次数: 查询端口号 netstat -ano|findstr 8080 查询进程 tasklist|findstr 进程ID taskkill /pid 进程ID-t -f