05 2024 档案

摘要:const express = require("express"); const fs = require("fs"); const path = require("path"); const app = express(); //读取当前目录中 public文件中所有文件 const direc 阅读全文
posted @ 2024-05-21 17:55 波仔、 阅读(21) 评论(0) 推荐(0) 编辑
摘要://复制纯文本 async copyText(str) { try { // 将链接复制到剪贴板 注意访问id环境下不可用 await navigator.clipboard.writeText(str); this.$Message.success("复制成功"); } catch (err) { 阅读全文
posted @ 2024-05-11 16:17 波仔、 阅读(40) 评论(0) 推荐(0) 编辑
摘要:<style> span { cursor: pointer; } .playvideo { position: relative; height: 500px; } video { width: 800px; height: 500px; border: 1px solid #000; objec 阅读全文
posted @ 2024-05-11 16:08 波仔、 阅读(40) 评论(0) 推荐(0) 编辑
摘要:span{ cursor: pointer; } .audio_list{ margin-top: 10px; } .audio_list audio{ margin-right: 40px; position: relative; } audio span{ color: red; positio 阅读全文
posted @ 2024-05-11 16:07 波仔、 阅读(14) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示