macos使用

macos使用

关闭指定端口

查看对应端口的详细信息

bash
lsof -i:[host]

找到对应的 pid,使用 kill 关闭

bash
kill -9 [pid]
出发
Flutter 抓虫记

评论区

评论加载中...