摘要: 1.导出列表 def totxt(resultname,L): f=open(resultname,"w") for name in L: f.write(str(name)+'\n') f.close() 2.读入列表 def txttolist(file_path): fi=open(file_ 阅读全文
posted @ 2021-11-15 22:33 skypanxh 阅读(20) 评论(0) 推荐(0)