在django項目中,經常會看到下面這樣的代碼:from django.contrib.auth.decorators import login_required@login_requireddef my_view(request):
確定! 回上一頁