BeautifulSoup解析网页的时候报错
url = "https://detail.tmall.com/item.htm?id=602003360321" response = urllib2.urlopen(url) html = response.read() soup = BeautifulSoup(html, 'html.parser')
这是报错:ValueError: unichr() arg not in range(0x10000) (narrow Python build)
找了半天没有看到这个到底是什么错,有大佬能解答一下吗?感谢