摘要:
python文件编码转换流程 python默认字符创编码是unicode python文件编码跟变量编码是两个东西 exampl #-*- coding:utf-8 -*- ss = "你好" #这个变量的默认编码是unicode #此python文件的默认编码是utf-8 阅读全文
posted @ 2018-01-17 12:15
谁动了我的卤煮
阅读(95)
评论(0)
推荐(0)
摘要:
__author__ = 'Administrator'#-*- coding:utf-8 -*-memu = { "华南":{ "广东":["广州市","佛山市","深圳市","东莞市"], "广西":["南宁市","柳州市","桂林市","北海市"], "海南":["海口市","三亚市"," 阅读全文
posted @ 2018-01-17 11:00
谁动了我的卤煮
阅读(130)
评论(0)
推荐(0)