标签:for div sub final support bst code public data
String hexB = Integer.toHexString(utfBytes[byteIndex]); //转换为16进制整型字符串
if (hexB.length() <= 2) {
hexB = "00" + hexB;
标签:for div sub final support bst code public data
原文地址:http://www.cnblogs.com/kongxc/p/6344554.html