摘要: tornado自定义实现django include方法 自定义URLmethod模块 1 from Custom.errors import * 2 3 4 def include(base_url, expand_url): 5 # base_url必须是字符串类型 6 if not isins 阅读全文
posted @ 2019-06-18 22:39 Ivy丶 阅读(297) 评论(0) 推荐(0)