Demo: https://mokunshao.github.io/RScard-7/index.html#comments

注册 LeanCloud ,用来存放留言数据。

根据网上常见留言板样式设计并编写消息列表样式。

根据网上常见表单样式设计并编写表单样式。

每次载入页面时从 LeanCloud 引入历史留言数据。

每次提交留言成功后,直接在留言列表中追加内容,实现无刷新更新留言。

https://github.com/mokunshao/RScard-7/blob/master/js/comments.1.js

根据 MVC 的思想改写代码。

https://github.com/mokunshao/RScard-7/blob/master/js/comments.js