django學習心得-路徑轉換器

四種轉換器 urlpatterns = [ # str轉換器 path('hello1/<str:name>/',views.hello1,name='hello1'), # slug轉換器 path('hello2/<slug:name>/',views.hello2,name='hello2'), # uuid轉換器 path('hello3/<uuid:name>/'
相關文章
相關標籤/搜索