如何把unicode中前面的‘u’去掉?


例如:u'!@hj78\u03c0-\u03c0'=>'!@hj78\u03c0-\u03c0'

主要用于insert into table(utf8字段) values()

utf-8 python unicode

缱绻未眠、 9 years, 11 months ago

那就用utf-8编码一下,不就行了

莱德美容美发 answered 9 years, 11 months ago

Your Answer