首页 新闻 赞助 找找看
3
回答数

待解决问题 20 Python文件读取、写入时报错

-- coding: utf-8 -- import jieba with open('./nlp_test0.txt') as f: document = f.read() document_dec