摘要:
class HexTest{ static char[] hexDigits = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'}; public static string ToHexString(byte[] bytes) { 阅读全文
posted @ 2008-08-10 11:34
迷你软件
阅读(1494)
评论(0)
推荐(0)
浙公网安备 33010602011771号