求大佬帮助排错,我只是想保存一个网页上的图片,找到了图片地址,但是保存就报错: 代码: import urllib.request import urllib url = 'https://img.onvshen.com:85/gallery/27912/33032/002.jpg' urllib.request.urlretrieve(url,'2.jpg') 一运行就报错: urllib.error.HTTPError: HTTP Error 301: The HTTP server returned a redirect error that would lead to an infinite loop. The last 30x error message was: Moved Permanently