..
大端法和小端法的简单举例
0x1234567(example)
0x00 0x01 0x10 0x11 ......(memory address)
01 23 45 67 ......(big endian)
67 45 23 01 ......(little endian)