我們也會更加深入URL 處理細節,演示如何實施基本模式匹配。 ... from django.views import generic class BookListView(generic.ListView): model = Book
確定! 回上一頁