我想显示其他网站视频(例如:DailyMotion、Youtube 和 Vimeo)。如何在我的 HTML 代码中执行此操作?
我想使用这样的东西:
<video width="320" height="240" controls="controls">
<source src="movie.mp4" type="video/mp4" />
<source src="movie.ogg" type="video/ogg" />
Your browser does not support the video tag.
</video>