摘要: with open("name.txt",'r') as read_file: for name in read_file: list_name = (name.split(',')) quchong = list(set(list_name)) with open("server_name",'w') as write_file: ... 阅读全文
posted @ 2017-07-14 16:06 梦轻尘 阅读(182) 评论(0) 推荐(0) 编辑