标签:python
with open(‘cisco1.txt‘) as cisco:
for each_line in cisco:
if not each_line.find(‘err-disabled‘) == -1:
i=each_line.strip()
print (i)
本文出自 “达到” 博客,请务必保留此出处http://332986.blog.51cto.com/322986/1812539
标签:python
原文地址:http://332986.blog.51cto.com/322986/1812539