摘要: #!/usr/bin/env python #coding:utf-8 def open_file(file_name): res={} with open(file_name) as f: for line in f: tmp=line.split(' ') # print tmp ip,ur... 阅读全文
posted @ 2016-07-29 15:04 shouhou! 阅读(631) 评论(0) 推荐(0) 编辑