会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
残宠魔法袋
博客园
首页
新随笔
联系
订阅
管理
2023年7月14日
flask手动CORS(跨来源资源共享)解决跨域
摘要: @app.route("xxxxxx", methods=['POST', 'OPTIONS']) def case_desc_post(): """ 提交案例基本信息 :return: """ print(1111) if request.method in ('OPTIONS',): retur
阅读全文
posted @ 2023-07-14 11:29 残宠魔法袋
阅读(39)
评论(0)
推荐(0)
编辑
公告