标签: python python-3.x urllib urlopen
下面是我的代码。最后一行需要很长时间才能响应。已经过了30分钟,但没有响应。如果有人有任何想法,我将不胜感激。
import urllib.request html = urllib.request.urlopen('https://www.sahibinden.com').read()