public class Browser extends UserAgentInfo
| Modifier and Type | Field and Description |
|---|---|
static List<Browser> |
browers
支持的浏览器类型
|
static String |
Other_Version
其它版本
|
static Browser |
Unknown
未知
|
NameUnknown| Constructor and Description |
|---|
Browser(String name,
String regex,
String versionRegex)
构造
|
| Modifier and Type | Method and Description |
|---|---|
String |
getVersion(String userAgentString)
获取浏览器版本
|
boolean |
isMobile()
是否移动浏览器
|
equals, getName, getPattern, hashCode, isMatch, isUnknown, toStringpublic static final Browser Unknown
public static final String Other_Version
Copyright © 2025. All rights reserved.