最赞回答 / 斑比站在你身旁
好吧,
def article_page(request, article_id): article = models.Article.objects.get(pk=article_id)这段的object少个s……
2019-03-12