摘要: // vue.config.js const path = require('path'); const CompressionWebpackPlugin = require("compression-webpack-plugin"); // 开启gzip压缩, 按需引用 const product 阅读全文
posted @ 2022-03-13 22:15 ajajaz 阅读(93) 评论(0) 推荐(0) 编辑
摘要: npm安装cheerio和axios npm isntall cheerio npm install axios 利用cheerio抓取对应网站中的标签根据链接使用axios获取对应页面数据 const cheerio = require('cheerio'); //获取HTML文档的内容 cons 阅读全文
posted @ 2022-03-13 11:29 ajajaz 阅读(163) 评论(0) 推荐(0) 编辑