获取处理器架构 - runtime.PlatformArch

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

值类型

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

"arm"

标识平台基于 arm 架构。

"x86-32"

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

"x86-64"

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

浏览器兼容性

BCD tables only load in the browser

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