<!DOCTYPE HTML> <html> <body> <video width = "300" height = "200" controls oncanplay = "display()"> <source src = "/html5/foo.ogg" type = "video/ogg" /> <source src = "/html5/foo.mp4" type = "video/mp4" /> Your browser does not support the video element. </video> <script> alert("I am ready to begin."); </script> </body> </html>
위 내용은 파일이 HTML에서 재생을 시작할 준비가 되면 스크립트를 실행하시겠습니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!