1.import chardet
chardet.detect(string)2.uri编码格式转为utf或其它格式import urlliburllib.quote(string) #将string转为uriurllib.unquote(string) #将uri型的string转为urf-8