摘要: const stream = await navigator.mediaDevices.getDisplayMedia({ video: true }); const chunks = []; const rec = new MediaRecorder(stream, { mimeType: "vi 阅读全文
posted @ 2025-04-29 14:03 谁凭花解语 阅读(24) 评论(0) 推荐(0)