首页 > 代码库 > python日常小计

python日常小计

1、查看变量类型:  pring type(item)

 

2、解决list中的中文显示乱码

 使用decode(‘string_escap‘)将数据库查询返回的将带转义的字节码字符串转换为成utf-8中文

技术分享

 

python日常小计