摘要: nodejs 解决跨域问题 cors / *后端* *(常用)*原理使用第三方模块[cors] jsonp / *前端&后端*... 阅读全文
posted @ 2020-07-08 18:58 一生亦木 阅读(530) 评论(0) 推荐(0) 编辑
摘要: path 模块 path模块路径片段连接成新的路径 const path = require("path")const fil... 阅读全文
posted @ 2020-07-08 18:53 一生亦木 阅读(25) 评论(0) 推荐(0) 编辑
摘要: http模块 const fs = require("fs")const path = require("path")const h... 阅读全文
posted @ 2020-07-08 18:52 一生亦木 阅读(18) 评论(0) 推荐(0) 编辑
摘要: fs 模块 fs 模块的作用是对文件的处理 同步 读 data = fs.readFileSync("./tmp/index.... 阅读全文
posted @ 2020-07-08 18:51 一生亦木 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Crawler 模块 安装 npm i crawler 示例 var Crawler = require("crawler"); /... 阅读全文
posted @ 2020-07-08 18:50 一生亦木 阅读(87) 评论(0) 推荐(0) 编辑