如果您使用的是IE9或Chrome,则在Beauty of the Web上,开头是紫色/蓝色耐克。怎么做?那是什么?它为什么只能在IE9和Chrome中显示?

最佳答案

这是与html5一起放置的视频。寻找id =“streak”。如果您关心的话,这是视频:)

http://az6680.vo.msecnd.net/botwcontent/assets/videos/layout/streak.mp4

编辑:实际执行此操作的html

<div id="streak">
        <video id="vid" src="http://az6680.vo.msecnd.net/botwcontent/assets/videos/layout/streak.mp4">
        </video>
        <canvas id="streak_canvas" width="1920" height="256"></canvas>
    </div>

10-08 08:10