Python UnicodeDecodeError: 解决办法
问题描述: python 读取 txt 中文文件时候报错
解决办法: 添加转义代码
with open('C:/practice/excel/test/sas',encoding='utf-8') as f:
问题描述: python 读取 txt 中文文件时候报错
解决办法: 添加转义代码
with open('C:/practice/excel/test/sas',encoding='utf-8') as f: