Python查看当前默认的字符集

import sys
print(sys.getdefaultencoding())

  

posted @ 2021-08-21 11:06  lucky_tomato  阅读(228)  评论(0)    收藏  举报