【python】打印带中文的list

来源:互联网 发布:在淘宝上搜春药怎么搜 编辑:程序博客网 时间:2024/06/07 06:04

python 2

zh_ls = ['人','民']print str(zh_ls).decode("string_escape")
原创粉丝点击