图片是editorCtx.insertImage 那是视频呢
7***@qq.com
- 发布:2024-11-22 17:40
- 更新:2024-11-22 17:43
- 阅读:53
7***@qq.com (作者)
试过了,不行 editorCtx.insertVideo is not a function
2024-11-22 17:52
h***@163.com
const editorCtx = uni.createEditorContext('editor');
export default {
methods: {
insertVideo() {
// 使用 HTML 代码插入视频
const videoHtml =
<video src="https://www.example.com/video.mp4" controls width="100%"></video>
;editorCtx.insertHTML(videoHtml);
}
}
};
2024-11-22 18:00
h***@163.com
试试这个
2024-11-22 18:00
7***@qq.com (作者)
回复 h***@163.com: 不行
2024-11-23 09:11
h***@163.com
回复 7***@qq.com: 去chatgtp问问
2024-11-23 11:23
7***@qq.com (作者)
回复 h***@163.com: 已经解决了,谢谢帮忙
2024-11-23 15:42