📜  带有随机视频的页面上的 ifreame - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:08.146000             🧑  作者: Mango

代码示例1
var videos = [
    'Ig-DbfPoz3o',
    'estPhyfBGho',
    '6JL4hpnZklk'
];

var index=Math.floor(Math.random() * videos.length);
var html='

Meet the Makers

'; document.write(html);