from django.urls import path from chat.views import chat urlpatterns = [ path('chat', chat, name='chat-url') ] 复制代码.
確定! 回上一頁