报错:
原因:暂时不清楚
解决办法:
import io import sys sys.stdout = io.TextIOWrapper(sys.stdout.buffer,encoding='utf-8')