摘要:
yaFile = open('ya.txt','r',encoding= 'utf-8') yaText = yaFile.read() yaFile.close() print(yaText) replacelist = [',',"'",'\n'] for c in replacelist: yaText = yaText.replace(c,' ') print(yaText) ... 阅读全文
posted @ 2018-06-18 19:41
梁晓兵
阅读(158)
评论(0)
推荐(0)

浙公网安备 33010602011771号