第10章 增加pv统计和留言统计
现在我们来给每篇文章增加 pv 统计和留言统计。我们设定:在主页、用户页和文章页均显示 pv 统计和留言统计。修改 post.js ,将:var post = { name: this.name, time: time, title:this.title, tags: this.tags, post: this.post, comments: []};修改为:var post = { name: this.name, time: time, title:this.
黑派客