PYTHON AttributeError: 'NoneType' object has no attribute 'find_all'

前端 未结 0 1912
面向向阳花
面向向阳花 2021-01-05 03:13

import requests
from bs4 import BeautifulSoup
url="https://ratings.fide.com/top_lists.phtml"
html = requests.get(url).content
soup = BeautifulSoup(html,&q         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题