UnicodeEncodeError: 'gbk' codec can't encode character '\xa0' in position 1987: illegal multibyte sequence

在爬取

  url = "http://stats.meizhou.gov.cn/show/index/1543/1689"

时出现了问题:

UnicodeEncodeError: 'gbk' codec can't encode character '\xa0' in position 1987: illegal multibyte sequence

解决方案: (待解决)

上一篇:AES加密解密通用版Object-C / C# / JAVA


下一篇:pthread_once详解和使用