decode/encode hex string public static String toHexString(byte[] ba) { String hex = ""; for(int i = 0; i < ba.length; i++) hex +=...
確定! 回上一頁