序号:0000 到 FFFF (表示此包发送的是第几包) 序号的补码:是信息包序号低 8 位取反得到
下面这个“序号的补码”怎么实现?
答案应该是:System.out.println(~( Input &0xff)&0xff);