Html程序  |  11行  |  185 B

<html>
<script>
  function play(media_file) {
    player.src = media_file;
  }
</script>
<body>
  <video id="player" autoplay controls width='640' height='480'></video>
</body>
</html>