python——解析Http编码

python总是那么简洁,解析Http编码:

import HTMLParser
h = HTMLParser.HTMLParser()
s = h.unescape("无")
print s 


你可能感兴趣的:(http,python,编码)