windows查看端口命令 cmd中 netstat -an 顯示出電腦中所有被打開的端口列表 netstat -ano 顯示出所有占用端口的列表 netstat -ano | findstr "80" 顯示出80端 ...