Python不识别中文解决方法

发布时间:2019-09-05 07:07:48编辑:auto阅读(1892)

    string = string.encode(‘utf-8’)

关键字