获取处理器架构 - runtime.PlatformArch

当前浏览器所在的计算机的处理器架构。

值类型

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

"arm"

标识平台基于 arm 架构。

"x86-32"

表示平台基于 x86 32-bit 架构。

"x86-64"

表示平台基于 x86 64-bit 架构。

浏览器兼容性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Firefox for Android
Safari on iOS
PlatformArch

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

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