摘要: 1 cbv本质 # 1 请来了,路由匹配成功执行 path('index/', views.Index.as_view()), 执行views.Index.as_view()()# 2 本质是执行as_view()内部有个闭包函数view()# 3 本质是view() 》dispatch()# 4 阅读全文
posted @ 2020-12-03 19:28 投降输一半! 阅读(109) 评论(0) 推荐(0)