美文网首页
python3 print编码问题

python3 print编码问题

作者: 马尔克ov | 来源:发表于2019-08-16 16:53 被阅读0次
    import sys
    import codecs
    sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach())
    

    相关文章

      网友评论

          本文标题:python3 print编码问题

          本文链接:https://www.haomeiwen.com/subject/quyqsctx.html