啊我已经不吐不快了,我用的是Python3,Windows7系统,然而encode('utf-8')这个压根没有用,因为本来爬取到的数据就没有乱码的,加了这句反而乱码,不可思议
2016-10-14
soup = BeautifulSoup(html_doc, 'html.parser', from_encoding = 'utf8')
2016-10-09