public static byte[] hexToBytes(string hexString) { char[] hex = hexString.toCharArray(); //轉rawData長度減半 int length = hex.length / 2; ...
確定! 回上一頁