📌  相关文章
📜  在 mac 中运行端口 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:49.937000             🧑  作者: Mango

代码示例3
$ npx kill-port 3000 8080 8081

Process on port 3000 killed
Process on port 8080 killed
Process on port 8081 killed