弹来弹去跑马灯!

摘要: 缩放 div <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script s 阅读全文
posted @ 2025-09-30 09:49 wgscd 阅读(6) 评论(0) 推荐(0)
摘要: 浏览器语音识别:webkitSpeechRecognition <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in 阅读全文
posted @ 2025-08-11 11:36 wgscd 阅读(62) 评论(0) 推荐(0)
摘要: 代码: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <title>拍照功能</title> <script> function accessCamera() { const video = document.getEl 阅读全文
posted @ 2025-07-25 10:40 wgscd 阅读(21) 评论(0) 推荐(0)
摘要: Handsfree.js是一个前端库,能够识别人的手势、面部和肢体动作 介绍文章:Handsfree.js — 一个通过计算机视觉集成手势,面部表情和各种姿势识别的前端库-CSDN博客 一下是示例: <head> <!-- Import helper classes and styles --> < 阅读全文
posted @ 2025-07-25 10:38 wgscd 阅读(39) 评论(0) 推荐(0)
摘要: HTML,JS 模拟聊天界面UI 阅读全文
posted @ 2025-05-23 11:22 wgscd 阅读(70) 评论(0) 推荐(0)
摘要: 利用:getBoundingClientRect 获取元素相对窗口的位置和大小 阅读全文
posted @ 2025-04-02 21:57 wgscd 阅读(28) 评论(1) 推荐(0)
摘要: C# 判断是否安装了ffmpeg 阅读全文
posted @ 2025-03-18 16:42 wgscd 阅读(14) 评论(0) 推荐(0)
摘要: shadow-root中的元素定位方法 阅读全文
posted @ 2025-03-04 20:19 wgscd 阅读(521) 评论(0) 推荐(0)
摘要: JS MutationObserver监听DOM元素改变 阅读全文
posted @ 2025-01-15 11:41 wgscd 阅读(72) 评论(0) 推荐(0)
摘要: Webview2动态设置页面video的Blob进行播放 阅读全文
posted @ 2025-01-14 09:53 wgscd 阅读(87) 评论(0) 推荐(0)