随笔分类 -  模块化(模块介绍)

主要介绍常用的模块
摘要:Express 快速,简单,极简的节点Web框架 cheerio Cheerio解析标记(例如HTML),并提供用于遍历/操纵结果数据结构的API const cheerio = require(\’cheerio\’); const $ = cheerio.load(\’ … \’); nodem 阅读全文
posted @ 2020-08-27 11:36 believe66 阅读(2193) 评论(0) 推荐(0)
摘要:1、formidable https://github.com/felixge/node-formidable 主要用于上传图片、视频、文件等 2、rimraf https://github.com/isaacs/rimraf#readme 主要用于删除文件、文件夹(webpack打包时,删除存在的 阅读全文
posted @ 2019-04-20 10:18 believe66 阅读(227) 评论(0) 推荐(0)