趁還沒忘記之前把code貼一下XD private string Hex2Str(string hexStr) { string AsciiStr = ""; int byteLength = hexStr.Length / 2; byte[] bytes = new ...
確定! 回上一頁