//hex string -> byte array byte[] bytes = new java.math.BigInteger(hexString, 16).toByteArray(); //byte array -> hex string
確定! 回上一頁