# 请求到验证码base64编码 json_img_data = json_raw.get("Vimage") # 获取到验证码编码 # 保存验证码图片到本地 def base64_to_img(bstr, file_path): imgdata = base64.b64decode(bstr) f Read More
posted @ 2022-07-12 19:01 PythonNew_Mr.Wang Views(1685) Comments(0) Diggs(0)