摘要:
阅读全文
posted @ 2008-07-23 22:43 慧神星 阅读(75) 评论(0) 推荐(0)
|
摘要:
BT = bt1.Replace(bt3 , "");//删除没有代码(替换功能) bt3是一个字符串变量. 不能使用正则. 要从bt1中查找字符串bt3 用空内容替换,结果赋给BT 阅读全文
posted @ 2008-07-23 13:16 慧神星 阅读(90) 评论(0) 推荐(0)
摘要:
a= sz[i] + sz[i1]+b;StreamWriter sw = File.AppendText("d://字典.txt");sw.WriteLine(a,Encoding.Default);sw.Close(); 阅读全文
posted @ 2008-07-19 11:29 慧神星 阅读(91) 评论(0) 推荐(0) |
||