- getReleaseInfo
- 语法
- 类别
- 描述
- 参数
- 返回值
- 错误
- 示例
getReleaseInfo
语法
System.getReleaseInfo()
类别
System
描述
获取操作系统发行版本信息
参数
无
返回值
返回操作系统的发行版本信息
错误
如果出错则抛异常,并输出错误信息,可以通过getLastErrMsg()获取错误信息或通过getLastError()获取错误码。关于错误处理可以参考常见错误处理指南。
常见错误可参考错误码。
示例
- 获取操作系统的发行版本信息
- > System.getReleaseInfo()
- {
- "Distributor": "Ubuntu",
- "Release": "16.04",
- "Description": "Ubuntu 16.04.6 LTS",
- "KernelRelease": "4.4.0-116-generic",
- "Bit": 64
- }