即;字符串“0x9999999999999999”应显示为0x9999999999999999数值.
BigInteger bi = new BigInteger("9999999999999999",16); String s = bi.toString(16);