检测是否支持 HTML5 历史记录
如何检查您使用的浏览器是否支持 HTML5 历史记录 api?
正如您在这里看到的 http://caniuse.com/#search=history 仅 chrome +ff4 和其他几个人支持这一点,如果他们不支持这一点,我希望做点别的事情。
我怎样才能为这个检查做某种 if 语句?
How can I check if the browser you are using supports the HTML5 history api?
As you can see here http://caniuse.com/#search=history only chrome +ff4 and several others supports this and I wish to do something else if they cant support this.
How can I make some kind of an if statement for this checking?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
另请参阅几乎按字母顺序排列的一体化无废话检测一切指南
See also this All-In-One Almost-Alphabetical No-Bullshit Guide to Detecting Everything
您可以使用 检测对历史管理(以及许多其他浏览器功能)的支持 ="http://www.modernizr.com/" rel="noreferrer">Modernizr。
You can detect support for history management (as well as many other browser features) using Modernizr.
您可以使用 canisuse.js 脚本来检测您的浏览器是否支持历史记录
You can use canisuse.js script to detect if your browsers supports history or not