url path 指向视图创建和更新数据实例: ... from django.urls import path from . import views urlpatterns = [ path('blog/', views.page), ...
確定! 回上一頁