python中如何把一组连续的 ip地址定义在一个集合里,并且可以供for函数调用
收起
lst=[] #定义列表
'''生成数据''' lst.append()
for eachip in lst: print eachip
报告相同问题?