如标题,想插入一个产品的动态图表。
<iframe src="https://cloud.oneapm.com/share/chart?token=1a4d4f0bcd7346dda884008b9f1d970e&spanTime=86400000&width=600&height=300" width="600" height="300" frameborder="0"></iframe>
<iframe height=498 width=510 src="http://player.youku.com/embed/XMTU5Mzc0MjYwOA==" frameborder=0 allowfullscreen></iframe>
1
shiny 2016-06-16 17:09:34 +08:00
test
|
2
publicID002 2016-06-16 17:13:28 +08:00 via Android
有哪个站能让你随便插 iframe 的?
|
3
common07 2016-06-16 17:21:27 +08:00
too naive, 万一是恶意代码呢
|
4
sindy 2016-06-16 17:25:39 +08:00 via iPhone
用 html 5 的 video 和 audio
|
5
doyel 2016-06-16 17:33:38 +08:00
说实话能随便插的话,那和那些 dz 论坛还有什么差别啊。。。
|
6
ZGLHHH 2016-06-16 18:01:35 +08:00
markdown
|
7
strwei 2016-06-16 23:39:22 +08:00
iframe 很危险,一不小心就 xss 了
|
8
yeyeye 2016-06-17 00:41:59 +08:00
|
9
BarryPan 2021-01-06 15:54:28 +08:00
测试
<video width="320" height="240" controls> <source src="https://s3.us-west-2.amazonaws.com/secure.notion-static.com/272a4f73-4747-4637-8527-1f6b8962fa50/IMG_0675.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20210106%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210106T075300Z&X-Amz-Expires=86400&X-Amz-Signature=9abedede5b1924225fbfecc0155cbfdfef143b91350447763dfdd650aebdbcbb&X-Amz-SignedHeaders=host&response-content-disposition=filename%20%3D%22IMG_0675.mp4%22" type="video/mp4"> </video> |