摘要: #1. aaaFile = open('aaa.txt',mode="r",encoding='utf-8') aaaText = aaaFile.read() aaaFile.close() print(aaaText) #2. replaceList = [',','.',"'",'\n'] for c in replaceList: aaaText = aaaText.re... 阅读全文
posted @ 2018-06-20 20:36 梁伟进 阅读(156) 评论(0) 推荐(0) 编辑