楚阿旗

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

文章分类 -  Django

摘要:使用cbv實線視圖 from django.views import View from django.utils.decorators import method_decorator class LoginView(View): def get(self, request): return ren 阅读全文
posted @ 2019-11-21 11:46 楚阿旗