python sensitive_check_server.py --port 8021
浏览器打开 http://localhost:8021
# 查找并强制终止占用 8021 端口的进程 for /f "tokens=5" %a in ('netstat -ano ^| findstr ":8021"') do taskkill /PID %a /F