摘要: 1: public static byte[] int2Byte(int intValue) 2: { 3: byte[] b = new byte[4]; 4: for (int i = 0; i < 4; i++) 5: { 6:... 阅读全文
posted @ 2012-03-06 16:54 梅子黄时雨 阅读(1880) 评论(0) 推荐(0)