Skip to content

OperatingSystemType (JavaScript)

OperatingSystemType

Scripting Name:Insight.OperatingSystemType

操作系统类型。

  • _在 Web _SDK__中无效

Enum


javascript
enum { Other = 0, MacOSX = 1, Windows = 2, Linux = 3, Android = 4, iOS = 5, Web = 6 }
  • _在 Web _SDK__中无效
枚举值含义
Other其他操作系统
MacOSXMacOSX 操作系统
WindowsWindows 操作系统
LinuxLinux 操作系统
AndroidAndroid 操作系统
iOSiOS 操作系统
WebWeb 浏览器和小程序