摘要: //使用1字节就可以表示bpublic static String numToHex8(int b) { return String.format("%02x", b);//2表示需要两个16进行数 }//需要使用2字节表示bpublic static String numToHex16(int b 阅读全文
posted @ 2018-10-12 16:56 千彧 阅读(3069) 评论(0) 推荐(0) 编辑