We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AI架构师易筋 于 2020-06-17 12:11:10 发布
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
在iOS中的Setting,找不到Safari的版本信息,如下图。
可以看到这个网页的获取userAgent的代码如下:
`var k=this; {var ia=k.navigator;if(ia){var ja=ia.userAgent;if(ja){w=ja;break a}}w=""}` * 1
`javascript:alert(this.navigator.userAgent)` * 1
https://stackoverflow.com/questions/62320141/how-to-view-the-safari-version-in-setting-of-iphone-ios
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AI架构师易筋
于 2020-06-17 12:11:10 发布
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
问题
在iOS中的Setting,找不到Safari的版本信息,如下图。
曲线救国的方案
方法1. 访问地址:https://spiderip.com/ 。
可以看到这个网页的获取userAgent的代码如下:
方法2. 可以写一个网页,包含以下信息,也可以查询userAgent的信息。
参考
https://stackoverflow.com/questions/62320141/how-to-view-the-safari-version-in-setting-of-iphone-ios
The text was updated successfully, but these errors were encountered: