.Tang

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年8月23日

摘要: from tornado.web import url handler=[ url(r"/hello", grab_handler.HelloHandler, name='hello'), ] html {{ reverse_url('hello') }} 阅读全文
posted @ 2018-08-23 14:00 .Tang 阅读(541) 评论(0) 推荐(0) 编辑