摘要: switch_source()用于获取文本信息rewrite_source()用于将信息顺序轮换,其参数times表示要轮换多少次,def switch_source(): tmp = [] with open('switch_source.txt','r') as ss: for i in ss: 阅读全文
posted @ 2017-04-17 08:30 随便了888 阅读(435) 评论(0) 推荐(0)