如何在同一個頁面中避免重複載入 HTML 影片?


使用 preload = ”auto” 避免在同一頁面上重複載入 HTML 影片 −

<!DOCTYPE html>
<html>
   <body>
      <video width = "350" height = "200" controls = "controls" preload = "auto">
         <source src = "movie.mp4" type = "video/mp4" />
         <source src = "movie.ogg" type = "video/ogg" />
         Your browser does not support the video tag.
      </video>
   </body>
</html>

已於 2020 年 6 月 25 日更新

760 次瀏覽

開啟您的 職業生涯

完成課程即可獲得認證

立即開始
廣告
© . All rights reserved.