摘要:
public static string CharConverter(string source) { System.Text.StringBuilder result = new System.Text.StringBuilder(source.Length, source.Length); for (int i = 0; i = 65281 && source[i] <= 6... 阅读全文
posted @ 2007-12-27 13:46
Caesar
阅读(572)评论(1)推荐(0)