1.我使用react编写组件,使用vedio标签包裹source,source的src属性是MP4路径,页面上只有视频控件,但是无法播放视频。
2.
<video width="620" height="200"controls>
<source src='../mp4/FAC-vortex-anim-hr-00.mp4'/>
Your browser does not support the video tag
</video>
把这个文件
require
进来。<source src={require('../mp4/FAC-vortex-anim-hr-00.mp4')}/>