📜  tskill nodejs 端口 - Javascript 代码示例
📅  最后修改于: 2022-03-11 15:02:32.950000             🧑  作者: Mango
代码示例1
For Linux/Mac OS:
$ lsof -i tcp:3000
$ kill -9 PID
On Windows:
netstat -ano | findstr :3000
tskill typeyourPIDhere