url(r'^firstcontent/'+str(date)+'/(?P<first_body_id>\d+)/$', views.firstcontent, name='firstcontent'),
url(r'^cepingcontent/'+str(date)+'/(?P<ceping_body_id>\d+)/$', views.cepingcontent, name='cepingcontent'),
相关文章:
url(r'^firstcontent/'+str(date)+'/(?P<first_body_id>\d+)/$', views.firstcontent, name='firstcontent'),
url(r'^cepingcontent/'+str(date)+'/(?P<ceping_body_id>\d+)/$', views.cepingcontent, name='cepingcontent'),
相关文章: