Python 快速拆子网 作者: Zero 时间: 2021-01-09 分类: 默认分类 评论 两行搞定import ipaddress list(map(str, ipaddress.ip_network('10.0.0.0/24').subnets(new_prefix=25)))