在路上...
记录,发现。
摘要: using System;using System.IO;using System.Text;using System.Runtime.InteropServices; //Big5繁体转换简体的程序public class EncodeTool{ [DllImport("kernel32.dll", EntryPoint = "LCMapStringA")] public static ... 阅读全文
posted @ 2006-05-25 09:05 在路上... 阅读(1461) 评论(2) 推荐(0)