摘要:
qFile = open("q.txt",mode="r",encoding='utf-8') qText = qFile.read() qFile.close() print(qText) replaceList = [',','.',"'",'\n'] for c in replaceList: qText = qText.replace(c,' ') print(qText) ... 阅读全文
posted @ 2018-06-20 21:44
伍浩源
阅读(200)
评论(0)
推荐(0)
浙公网安备 33010602011771号