Skip to content

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

executable file
·
13 lines (11 loc) · 377 Bytes

使用下面的功能实现博客程序 node express ajax

采用mvc结构设计

文件分布如下

  • appBlog.js 后端程序主文件
  • blog.js 处理 blog 数据存取的文件
  • blog.json 存储 blog 数据的文件(相当于数据库)
  • blog_index.html 博客主页的 html 文件
  • blog_detail.html 博客详情页面 html 文件