抬头加 #coding=utf-8 引入 import sys type=sys.getfilesystemencoding() 然后给有中文输出的地方加上 .decode('utf-8').encode(type) 例如: 完成 相关文章: 2021-12-27 2021-10-28 2021-04-27 2022-01-03 2021-10-12 2021-06-04 2021-09-23 2022-03-05