摘要:
private string Convert(String str) { char[] hexDigits = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'}; System.Text.Encoding utf8 = Syste 阅读全文
posted @ 2006-10-08 11:35
Jailu
阅读(1235)
评论(0)
推荐(0)