-1
我想從網站獲取信息。這是它的簡單代碼。python 3.X urllib.request http錯誤416
import urllib.request
response = urllib.request.urlopen('http://www.lamudi.com.ph/buy/?page=1&size=30')
html = response.read()
我得到一個urllib.error.HTTPError: HTTP Error 416: Requested Range Not Satisfiable
感謝您的快速響應。我會看看請求模塊,並與他們查詢信息。 – sndrosilva