有flask为什么还要用werkzeug
我只是好奇为什么当 Flask 存在时我们应该使用 werkzeug 。考虑 werkzeug 而不是 Flask 的任何具体原因。
I am just curious to know as why should we use werkzeug when flask is there. Any specific reason to consider werkzeug over flask.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flask 和 Werkzeug 是不同的东西。 Flask 包含 Werkzeug 作为其中的一项内容,但还包含更多内容(可能不需要)。
Flask 是一个网络微框架。 Werkzeug 是一个 WSGI 中间件。
Flask and Werkzeug are different things. Flask contains Werkzeug as one of the things in it, but also has much more (which might be unwanted).
Flask is a web microframework. Werkzeug is a WSGI middleware.