把上一句的find_all换成find
第四十三行:- reply = news2.find("div").get_text()+ reply = news2[0].find("div").get_text()