美文网首页Flask
python flask开发

python flask开发

作者: 老胡聊聊天 | 来源:发表于2018-05-24 22:23 被阅读62次

    1、用flask开发restful

    https://www.cnblogs.com/vovlie/p/4178077.html

    2、解决跨域问题

    1)用flask_cors解决跨域(推荐)
    https://blog.csdn.net/yannanxiu/article/details/53036508

    2)自己写response的header来解决
    https://blog.csdn.net/kevin_qq/article/details/51761654

    3、表单验证可以使用wtforms

    https://www.cnblogs.com/haiyan123/p/8254228.html

    相关文章

      网友评论

        本文标题:python flask开发

        本文链接:https://www.haomeiwen.com/subject/rssejftx.html