摘要: 1.import chardet chardet.detect(string)2.uri编码格式转为utf或其它格式import urlliburllib.quote(string) #将string转为uriurllib.unquote(string) #将uri型的string转为urf-8 阅读全文
posted @ 2017-07-21 12:23 Grant-Zhang 阅读(1764) 评论(0) 推荐(0)