06 2018 档案

摘要:#1. geciFile = open('geci.txt',mode="r",encoding='utf-8') geciText = geciFile.read() geciFile.close() print(geciText) #2. replaceList = [',','.',"'",'\n'] for c in replaceList: geciText = gec... 阅读全文
posted @ 2018-06-18 14:26 Kaeo 阅读(183) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-06-04 16:04 Kaeo 阅读(112) 评论(0) 推荐(0)