📜  urllib urlretrieve python 3 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:54.094000             🧑  作者: Mango

代码示例3
#In Python 3.x, the urlretrieve function is located in the urllib.request module:
from urllib.request import urlretrieve