摘要: #1 bigFile= open('The Magic City.txt', mode='r', encoding='utf-8') bigText=bigFile.read() bigFile.read() #2 replaceList=['?',',','.','!',':',"'",'"',' ','\ufeff','\n'] for c in replaceL 阅读全文
posted @ 2018-06-20 20:49 涂文君 阅读(102) 评论(0) 推荐(0)