摘要:
python (2.X)在进行 运行时候字符串运算的时候, 分为两种类型 str, unicode前者是 二进制的形式进行对字符串的保存,后者是 以unicode的方式进行保存, 一般的工作方式为:str -> decode() -> unicode ->encode() -> str, 在所有的运... 阅读全文
posted @ 2015-07-03 14:33
fartpig
阅读(524)
评论(0)
推荐(0)
浙公网安备 33010602011771号