Zero's Blog - Python https://l2dy.sourceforge.io/tag/Python/ zh-CN Sat, 09 Jan 2021 16:29:00 +0000 Sat, 09 Jan 2021 16:29:00 +0000 Python 快速拆子网 https://l2dy.sourceforge.io/2021/01/09/python-subnet.html https://l2dy.sourceforge.io/2021/01/09/python-subnet.html Sat, 09 Jan 2021 16:29:00 +0000 Zero 两行搞定

import ipaddress
list(map(str, ipaddress.ip_network('10.0.0.0/24').subnets(new_prefix=25)))
]]>
0 https://l2dy.sourceforge.io/2021/01/09/python-subnet.html#comments https://l2dy.sourceforge.io/feed/tag/Python/