摘要: // 安装对应依赖 // npm i scp2@0.5.0 ora@4.0.0 const path = require("path"); // 引入scp2库 const scpClient = require("scp2"); // node模块 - node.js 命令行环境的 loading 阅读全文
posted @ 2024-06-12 17:20 hello蔚蓝 阅读(31) 评论(0) 推荐(0)
摘要: const qiniu = require('qiniu'); const fs = require('fs'); const path = require('path'); // 七牛云配置 const accessKey = 'accessKey'; const secretKey = 'sec 阅读全文
posted @ 2024-06-12 14:24 hello蔚蓝 阅读(69) 评论(0) 推荐(0)