1.import chardet
chardet.detect(string)


2.uri编码格式转为utf或其它格式
import urllib
urllib.quote(string) #将string转为uri
urllib.unquote(string) #将uri型的string转为urf-8
posted on 2017-07-21 12:23  Grant-Zhang  阅读(1764)  评论(0)    收藏  举报