摘要: #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 阅读(174) 评论(0) 推荐(0) 编辑