首先需要node安装video-react包
然后在index.html中添加以下
<link rel="stylesheet" href="https://video-react.github.io/assets/video-react.css" />
在需要使用的地方首先引入
import {Player} from 'video-react';

最后使用组件即可
<Player playsInline src="https://zytbk.oss-cn-beijing.aliyuncs.com/1.mp4" />
评论一下?