Java byte转十六

来源:互联网 发布:手机控制电脑 python 编辑:程序博客网 时间:2024/05/17 22:38
byte by=7;
String.format(Locale.getDefault(),"%02X",by)