Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将Video.js播放器安装到非 HTML5 页面(例如 HTML 4.01 Strict)?即在不实际使用 HTML5 文档类型的情况下使用 HTML5 功能。做这个的最好方式是什么?如果有的话,它会导致什么并发症或问题?
HTML5 功能不依赖于您正在访问的站点的文档类型,而是依赖于显示页面的浏览器。如果您将 HTML5 标记(“视频”、“文章”等)插入到具有 html 4.01 严格文档类型的页面中,只要浏览器理解相关标记,它将正确显示。