windows系统查询端口进程和关闭进程 查询8082端口:netstat -nao | findstr “8082” 结束该端口进程: taskkill /pid 2476 /F 发表于 2019-11-04 16:55 白羽衣 阅读(222) 评论(0) 编辑 收藏 举报 相关文章: