Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 requests 库发出HTTP HEAD请求?
您使用以下head()功能:
head()
r = requests.head(INSERT_URL_HERE)