Closed wr1241 closed 7 years ago
在python2里,执行str(u'你好')会抛出异常。 所以如果value已经是unicode了,就不要进行转换。
str(u'你好')
value
unicode
在python2里,执行
str(u'你好')
会抛出异常。 所以如果value
已经是unicode
了,就不要进行转换。