Flask

作者: idem_ | 来源:发表于2015-09-30 16:38 被阅读0次

Madoko

Madoko is a fast markdown processor for writing professional articles
with a focus on simplicity and plain text readability.

  • Read the reference manual.
  • Explore the upper-right toolbox menu to discover how Markdown works.
  • Alt-Q reformats the current paragraph.
  • @app.route('/user/<name>') 动态参数
  • @app.route('/user/<int:id>') 指定它们的类型, string, int, float, path, 自定义转换器

Enjoy!

相关文章

网友评论

      本文标题:Flask

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