数组怎么样才能像vc那样移位操作如:
把byte[] buff=new byte[4]{0x00,0x01,0x02,0x03};
变为byte[] buff=new byte[4]{0x02,0x03};将前两位或者其他位置去掉?