C#中.ToString("x2")转换为java代码应该是什么
你下一个java的帮助文档看看不就知道了。在这里问不纯粹是浪费时间吗
(数字 <= 15 ? "0" : "") + Integer.toHexString(数字)
("x2").toString();