We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import requests url = r'在这里填充代码' response = requests.get(url) if response.status_code == 200: with open(r'11111.jpg', 'wb') as f: f.write(response.content) print('下载成功') else: print(response)
The text was updated successfully, but these errors were encountered:
具体是回退到哪个版本呢,我被这个问题困扰很久了
Sorry, something went wrong.
No branches or pull requests
环境
已经排除的问题
如何复现
复现代码
The text was updated successfully, but these errors were encountered: