如何用DOS命令查看占用某端口的程序及PID号

2025-06-22 01:42:15
推荐回答(1个)
回答1:

netstat -aon|findstr "80"
看80端口
tasklist|findstr "2448"
根据上面查到的pid 查对应程序名