[urllib]urlretrieve在python3

python3下面要使用:urllib.request.urlretrieve()这种形式的调用python

1 from urllib.request import urlretrieve
2 
3 
4 urlretrieve(url, path)
相关文章
相关标签/搜索