编辑下面的代码:【加编码】
<html> <body> <video id="video1" controls="controls" onloadeddata="alert('Browser has loaded the current frame')"> <source src="mov_bbb.mp4" type="video/mp4"> <source src="mov_bbb.ogg" type="video/ogg"> Your browser does not support HTML5 video. </source></source></video> <p>Video courtesy of <a href="http://www.bigbuckbunny.org/" target="_blank">Big Buck Bunny</a>.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂