short类型:

public static short ReverseUshort(short value)
{
   
	return (short)((value & 0x00FFU) << 8 | (value & 0xFF00U