码迷,mamicode.com
首页 > 其他好文 > 详细

测试2

时间:2018-12-22 11:47:15      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:class   python   bsp   文章   htm   oop   item   list   pytho   

	60. 博客系统之评论样式
	61. 博客系统之提交根评论
	62. 博客系统之render显示根评论
	63. 博客系统之Ajax显示根评论
	64. 博客系统之回复按钮操作
	65. 博客系统之提交子评论
	66. 博客系统之render显示子评论
	67. 博客系统之Ajax显示子评论的思路
	
	Part1:文章详情页article_detail.html文档,关于评论html代码如下:
	{#评论列表信息#}
	<div class="comments list-group">
	
	    {#显示数据库关于本文章的评论列表#}
	    <ul class="list-group comment_list">
	        {% for comment in comment_list %}
	            <li class="list-group-item">
	                <div>
                    <a href=""># {{ forloop.counter }}楼</a> 

 

测试2

标签:class   python   bsp   文章   htm   oop   item   list   pytho   

原文地址:https://www.cnblogs.com/greatjerry88/p/10159930.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!