随笔分类 -  NodeJs

使用 Express Generator快速创建Express应用
摘要:全局安装express-generator 根据需求生成自己需要的模板 阅读全文
posted @ 2018-06-08 16:01 郭敏 阅读(160) 评论(0) 推荐(0)
nodejs中判断请求来自PC端还是移动端
摘要:获取req.headers["user-agent"]: 匹配: 阅读全文
posted @ 2018-05-23 15:53 郭敏 阅读(1275) 评论(0) 推荐(0)