109 字
1 分钟
在文章中嵌入视频
只需从 YouTube 或其他平台复制嵌入代码,然后粘贴到 markdown 文件中即可。
---title: 在文章中嵌入视频published: 2023-10-19// ...---
<iframe width="100%" height="468" src="https://www.youtube.com/embed/5gIf0_xpFPI?si=N1WTorLKL0uwLsU_" title="YouTube 视频播放器" frameborder="0" allowfullscreen></iframe>
# 属性有下面这些# <iframe# width="100%"# height="400"# src="https://www.youtube.com/embed/视频ID"# title="视频标题"# frameborder="0"# allowfullscreen># </iframe>