摘要:
public static int Asc(string character) { if (character.Length == 1) { System.Text.ASCIIEncoding asciiEncoding = new System.Text.ASCIIEncoding(); int intAsciiCode = (int)asciiEncoding.GetBy... 阅读全文
posted @ 2007-01-17 20:52
tecsun
阅读(5910)
评论(1)
推荐(0)
浙公网安备 33010602011771号