📌  相关文章
📜  列出 mac 上使用的端口 - Shell-Bash 代码示例

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

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

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