// 查找“3000”端口
netstat -aon|findstr "3000
// 查看进程id 使用程序
tasklist|findstr "3424"
// 查杀占用"3000"端口程序
taskkill /f /t /im node.exe
// 查找“3000”端口
netstat -aon|findstr "3000
// 查看进程id 使用程序
tasklist|findstr "3424"
// 查杀占用"3000"端口程序
taskkill /f /t /im node.exe