目录 1. 首先用小程序原生的 rich-text 肯定是不行的,它video的HTML节点和属性都不支持的 2. 采用安装插件的方法去处理(强烈推荐:mp-html,可用于多端) 3. 引入 4. 使用 5. 效果 1. 首先用小程序
目录
1. 首先用小程序原生的 rich-text 肯定是不行的,它video的HTML节点和属性都不支持的
2. 采用安装插件的方法去处理(强烈推荐:mp-html,可用于多端)
# 通过 npm 获取npm install mp-html# 或通过 yarn 获取yarn add mp-html
# 通过 npm 升级npm update mp-html# 或通过 yarn 升级yarn upgrade mp-html
# 通过 GitHub 获取git clone https://github.com/jin-yufeng/mp-html.git# 或通过 gitee 获取git clone Https://gitee.com/jin-yufeng/mp-html.git
1、本方法仅适用于微信、QQ 小程序
{ "usinGComponents": { "mp-html": "mp-html" }}
2、源码引入
{ "usingComponents": { "mp-html": "/components/mp-html/index" }}
Page({ onLoad () { this.setData({ html: 'Hello World!' }) }})
// 记得用正则给视频添加宽度let info = '后台返回的数据'info = info.replace(/
--结束END--
本文标题: 解决小程序富文本显示视频问题
本文链接: https://lsjlt.com/news/388799.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-01-21
2023-10-28
2023-10-28
2023-10-27
2023-10-27
2023-10-27
2023-10-27
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0