// 更新评论条数 function updateCommentCount() { var length = $(".comment_list").length $(".comment_count").html(length + "条评论") }
在评论完毕之后调用此方法