7***@qq.com
7***@qq.com
  • 发布:2024-11-22 17:40
  • 更新:2024-11-22 17:43
  • 阅读:53

视频怎么插入

分类:uni-app

图片是editorCtx.insertImage 那是视频呢

2024-11-22 17:40 负责人:无 分享
已邀请:
h***@163.com

h***@163.com

editorCtx.insertVideo

  • 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

要回复问题请先登录注册