三十三块

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年11月15日

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace UnicodeToGb2312 7 { 8 class Program 9 {10 public static char charFirst(string word)11 {12 string[] bt = new string[]13 {14 "b0a1","b0c5","b2c1","b4ee",& 阅读全文
posted @ 2012-11-15 19:03 三十三块 阅读(360) 评论(0) 推荐(0) 编辑