在pycharm里面的控制台用print输出信息, 本意想输出中文, 但是实际上是uxxxx.
可以用这种方式:
print("%s " % cn_string)
转载于:https://www.cnblogs.com/qingyuanjushi/p/7182116.html