摘要: 1 books系列表接口 # urls.py from django.urls import path,re_path from api import views urlpatterns = [ path('books/', views.BookAPIView.as_view()), re_path 阅读全文
posted @ 2020-07-13 19:30 Dimple_Y 阅读(173) 评论(0) 推荐(0)