A big-endian system stores the most significant byte of a word at the smallest memory address and the least significant byte at the largest.
先存储(低地址)most significant byte.
A little-endian system, in contrast, stores the least-significant byte at the smallest address.
先存储(低地址)least significant byte.