摘要: socket库的函数 函数名 参数 作用 gethostname() 无参数 返回主机名 gethostbyname('主机名‘) 主机名 将主机名转换为ipv4地址 gethostbyname_ex(‘主机名’) 主机名 返回主机名、主机别名列表、主机IP地址列表 gethostbyaddr('i 阅读全文
posted @ 2023-05-04 17:02 百因必有果 阅读(37) 评论(0) 推荐(0) 编辑