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.
我需要确定浏览器是否支持 AngularJS。
根据结果,我需要执行逻辑来调用网页。IE6 和 IE7 等旧浏览器不支持 AngularJS。因此,确定浏览器是否支持它的一种方法是检测浏览器版本/类型,但我正在寻找一种更通用的方法来检查支持。
来自 Angular 的常见问题页面
Angular 支持哪些浏览器?我们针对以下浏览器运行我们广泛的测试套件:Safari、Chrome、Firefox、Opera、IE8、IE9 和移动浏览器(Android、Chrome Mobile、iOS Safari)。有关支持旧版 IE 浏览器的更多详细信息,请参阅 Internet Explorer 兼容性。
可以在此处找到 IE 详细信息
如果您正在寻找angular.is_this_browser_supported()功能,我怀疑您会找到任何功能。
angular.is_this_browser_supported()