python3下面要使用:urllib.request.urlretrieve()這種形式的調用python
1 from urllib.request import urlretrieve 2 3 4 urlretrieve(url, path)