os.endianness()


新增于: v0.9.4

返回标识为其编译 Node.js 二进制文件的 CPU 的字节序的字符串。

\Returns a string identifying the endianness of the CPU for which the Node.js binary was compiled.

可能的值是大端序的 'BE' 和小端序的 'LE'

\Possible values are 'BE' for big endian and 'LE' for little endian.

AltStyle によって変換されたページ (->オリジナル) /