摘要: import socket _local_ip = None def get_host_ip(): global _local_ip s = None try: if not _local_ip: s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM 阅读全文
posted @ 2023-01-10 16:36 公众号海哥python 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 一、golang基础 李文周的博客:https://www.liwenzhou.com/ 视频教程:https://link.juejin.cn/?target=https%3A%2F%2Fwww.bilibili.com%2Fvideo%2FBV16E411H7og%3Fp%3D1 go语言中文网 阅读全文
posted @ 2023-01-10 09:46 公众号海哥python 阅读(172) 评论(0) 推荐(0) 编辑