摘要: terminal npm init //创建项目 npm install --save express //安装 express 模块 npm install --save body-parser //解析post请求数据 npm install --save cookies //读和写cookie 阅读全文
posted @ 2017-10-14 15:01 Jamy 阅读(238) 评论(0) 推荐(0)