用裝飾器完成路由功能

import re URL_FUNC_DICT = dict() def route(url): def set_func(func): # URL_FUNC_DICT["/index.py"] = index URL_FUNC_DICT[url] = func #def call_func(*args, **kwargs):
相關文章
相關標籤/搜索