獲取您自己的 Python 伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
import requests url = 'https://w3schools.com/python/demopage.php' #to demonstrate the 'timeout' parameter, we set the timeout to 0.001 to guarantee that the connection will be timed out: x = requests.head(url, timeout=0.001) print(x.status_code)
連線 w3schools.com 超時。(連線超時=0.001)