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