2021年7月9日

初识python 之 自动拆分转换文本内容

摘要: 上一篇升级版,转换文件内容。 #!/user/bin env python # author:Simple-Sir # time:2021/7/9 23:32 def txt_2_list(filename): dic = {} dic_k = [] dic_v = [] with open(fil 阅读全文

posted @ 2021-07-09 00:28 Simple-Sir 阅读(114) 评论(0) 推荐(0)

导航