轉 1.public static String bytes2HexString(byte[] b) { 2. String ret = ""; 3. for (int i = 0; i < b.length; i++) { 4. String hex = Integer.
確定! 回上一頁