# python 字符转换

utf8字符 可以decode("utf-8") 得到中间码 unicode, 一般浏览器发来的就是utf8,需要decode

unicode中间码可以 encode("utf-8") 得到utf8编码字符