启动的 localhost:4396/#/

#查询进程
netstat -ano|findstr 4396

#杀死进程
taskkill /pid 33852 /f

 

 

如图 :win +R 键,输入 cmd 确定

查看端口占用,并结束占用端口

 

相关文章: