随笔分类 -  node.js学习

摘要:express框架: 1.依赖中间件 2.接受请求 get / post / use get('/地址' , function(req , resp ){}) post和use 同理 3.非破坏式 4.express-static用法(访问静态资源) const server= require('e 阅读全文
posted @ 2019-06-08 19:18 skyboyyy 阅读(117) 评论(0) 推荐(0)