#http://www.cnblogs.com/bluescorpio/p/4303656.html
•在遇到错误提示时,注意查看错误提示内容,同时注意查看type类型。
1、TypeError: decoding Unicode is not supported
在试图读取网页的时候遇到TypeError: decoding Unicode is not supported, 主要原因是返回的字符串已经是unicode类型了
待续。。。。。
#http://www.cnblogs.com/bluescorpio/p/4303656.html
•在遇到错误提示时,注意查看错误提示内容,同时注意查看type类型。
1、TypeError: decoding Unicode is not supported
在试图读取网页的时候遇到TypeError: decoding Unicode is not supported, 主要原因是返回的字符串已经是unicode类型了
待续。。。。。