nununull
Results
1
issues of
nununull
output = open(os.path.join(dir_input, filename), 'w') 应该改为 output = open(os.path.join(dir_input, filename), 'w',encoding='utf-8'),指定编码格式为utf-8 不然会中文乱码