摘要:
http://zh.wikipedia.org/wiki/ISO/IEC_8859-1 阅读全文
摘要:
public int getHex(string src) { int hex, hex2; string [] buf = new string [2]; buf[0] = src.Substring(0,1); buf[1] = src.Substring(1,1); switch (buf[0]) { case "1": hex = 0x10; break; case "2": h... 阅读全文