Skip to content

Latest commit

 

History

History
66 lines (56 loc) · 2.62 KB

File metadata and controls

66 lines (56 loc) · 2.62 KB
title slug
获取当前操作系统 - runtime.PlatformOs
Mozilla/Add-ons/WebExtensions/API/runtime/PlatformOs

{{AddonSidebar}}

获取当前浏览器运行所在的操作系统。

值类型

该值的类型是字符串。可能的值如下:

  • "mac"
    • : 表示底层操作系统是 Mac OS X.
  • "win"
    • : 表示底层操作系统是 Windows.
  • "android"
    • : 表示底层操作系统是 Android.
  • "cros"
    • : 表示底层操作系统是 ChromeOS.
  • "linux"
    • : 表示底层操作系统是 Linux.
  • "openbsd"
    • : 表示底层操作系统是 Open/FreeBSD.

浏览器兼容性

{{Compat}}

{{WebExtExamples}}

Note

This API is based on Chromium's chrome.runtime API. This documentation is derived from runtime.json in the Chromium code.

Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.