Markdown中插入视频,嵌套网页

2022-02-11 10:04:26 浏览数 (1)

插入视频

code

代码语言:javascript复制
<video src="https://iot-me.club/upload/2020/05/hello_1.mp4" width="800px" height="600px" controls="controls"></video>

效果

https://iot-me.club/upload/2020/05/hello_1.mp4

嵌入网页

代码语言:javascript复制
<iframe  
height=400 
width=60% 
src="https://iot-me.club/archives/小米双单元半入耳式耳机35mm插头线序"  
frameborder=0  
allowfullscreen>
</iframe>

0 人点赞