使用
urllib.urlretrieve(
urllib.request.urlretrieve在Python
3.x中):
import urlliburllib.urlretrieve('http://example.com/file.ext', '/path/to/directory/filename.ext')
注意 第二个参数应该是文件路径,而不是目录路径。
欢迎分享,转载请注明来源:内存溢出
使用
urllib.urlretrieve(
urllib.request.urlretrieve在Python
import urlliburllib.urlretrieve('http://example.com/file.ext', '/path/to/directory/filename.ext')
注意 第二个参数应该是文件路径,而不是目录路径。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)