运行就是显示 div_list = soup.find_all('div',class = ('hd'))^SyntaxError: invalid syntax
div_list = soup.find_all('div',class_ = ('hd'))
class后面要加个下划线