2018年6月20日

摘要: #1. theFile = open('the.txt',mode='r',encoding='utf-8') theText = theFile.read() # 从文件里读出全部文本,字符串 theFile.close() print(theText) #2. replaceList = [',','.',"'",'\n'] for c in replaceList: theTe... 阅读全文
posted @ 2018-06-20 21:40 AmberGCC 阅读(152) 评论(0) 推荐(0)

导航