[urllib]urlretrieve在python3

python3下面要使用:urllib.request.urlretrieve()這種形式的調用python

1 from urllib.request import urlretrieve
2 
3 
4 urlretrieve(url, path)
相關文章
相關標籤/搜索