摘要: #1. lookFile = open('look.txt',mode="r",encoding='utf-8') lookText = lookFile.read() lookFile.close() print(lookText) #2. replaceList = [',','.',"'",' 阅读全文
posted @ 2018-06-11 15:53 kelphia 阅读(120) 评论(0) 推荐(0)