摘要: public class TestCase { // short到字节数组的转换. public static byte[] shortToByte(short number) { int temp = number; byte[] b = new byte[2]; for (int i = 0;  阅读全文
posted @ 2020-04-22 13:35 天道酬勤,勤奋不止 阅读(1971) 评论(0) 推荐(0)