python学习-网页爬虫报错: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 16338: ordinal
原代码如下:frombs4importBeautifulSoupwithopen('/Users/jkxuan/Desktop/1_2answer_of_homework/1_2_homework_required/index.html','r')aswb_data:Soup=BeautifulSoup(wb_data,'lxml')#image=Soup.select('body>div:nth