摘要:
新页面user.html,用<ul ><li role="presentation"> 实现标签页导航。<ul class="nav nav-tabs"> <li role="presentation"><a href="#">Home</a></li> <li role="presentation 阅读全文
posted @ 2017-12-13 21:33
朱茵茵
阅读(194)
评论(0)
推荐(0)
摘要:
显示所有评论{% for foo in ques.comments %} <h4>评论:({{ ques.comments|length }})</h4> <ul class="list-unstyled"> {% for foo in comments %} <li class="list-gro 阅读全文
posted @ 2017-12-13 20:57
朱茵茵
阅读(172)
评论(0)
推荐(0)