摘要:
最后的方法internal void modify_byte_jcw(string name, string path, string path2) { byte[] byData = null; char[] charData = null; FileStream aFile = null; try { aFile = new FileStream(path + @"/" + path2, FileMode.Open); ... 阅读全文
posted @ 2013-03-23 20:47
南南的博客
阅读(205)
评论(0)
推荐(0)
浙公网安备 33010602011771号