python第三方库下载
https://pypi.org/
-- 下载 captcha
前后端分离 要把图片改成
response = make_response(image) response.headers[‘Content-Type‘] = ‘image/jpg‘
返回前端的格式
return response
图文验证
原文:https://www.cnblogs.com/ln-xxx/p/14034038.html