int类型转4字节byte数组
byte[] array = new byte[4]; typedef unsigned char byte; //byte类型也定义了为什么这一句定义有问题?
byte[] array = new byte[4];