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.
我正在寻找html检测机制的版本。是否有任何解决方案,或者我们可以通过 html 页面包含的文档类型知道?
使用 JavaScript,您可以尝试document.doctype,但是就 HTML 版本检测(我假设检查功能和兼容性)而言,通常建议寻找特定的功能检测,所以像Modernizr这样的东西更好......
document.doctype