<button onclick="document.getElementById('video_player').style.display='block'">
Play Video
</button>
<video id="video_player" style="display:none;" width="320" height="240" controls autoplay>
<source src="<?=video_url?>" type="video/mp4">
Your browser does not support the video tag.
</video>
1条答案
按热度按时间lsmepo6l1#
您可以简单地创建一个varchar(300)类型的列/字段,称为video\u url,用于存储视频url。然后使用以下代码检索并播放html中的视频: