The current behaviour, is determined by the endianness of the underlying hardware.(当前的行为取决于基础硬件的字节序。)
As almost all desktop computers are x86, this means little-endian.(由于几乎所有台式机都是x86,因此这意味着低位优先。) Most ARM OSes use little-endian mode (ARM processors are bi-endian and thus can operate in either).(大多数ARM操作系统使用低字节序模式(ARM处理器是双字节序的,因此可以在其中任何一种下运行)。)
The reason why this is somewhat sad is the fact that it means almost nobody will test whether their code works on big-endian hardware, hurting what does, and the fact that the entire web platform was designed around code working uniformly across implementations and platforms, which this breaks.(之所以有些可悲,是因为这意味着几乎没有人会测试他们的代码是否可以在big-endian硬件上工作,从而损害了代码的工作能力,以及整个Web平台都是围绕代码在各个实现和平台之间统一工作而设计的,这打破了。) 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…