2023年4月27日

摘要: // 下载npm包npm install watermark-package -S 使用 import watermark from "watermark-package"; // 添加水印 watermark.setWaterMark({ w_texts: [data.userName, data 阅读全文
posted @ 2023-04-27 10:28 LeeToLee 阅读(237) 评论(0) 推荐(0) 编辑
 
摘要: const arra = ['a', 'b', 'c', 'd', 'e']; const arrb = ['b', 'e']; console.log("some: " + arra.filter(v => !arrb.some((item) => item v))); console.log(" 阅读全文
posted @ 2023-04-27 09:41 LeeToLee 阅读(248) 评论(0) 推荐(0) 编辑