netstat获取本机监听的地址列表 —— *链表实现*(sudo netstat -nl | grep -w tcp | awk '{print $4}')

NoSuchKey

猜你喜欢

转载自blog.csdn.net/weixin_42167759/article/details/84522653