柚子Nan--回归原点

Everything can be as easy as you like or as complex as you need.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2004年4月22日

摘要: 阅读全文

posted @ 2004-04-22 18:28 柚子Nan 阅读(939) 评论(1) 推荐(0)

摘要: XMLTextWrite类的一点简单的代码, string fileName = @"d:\open.xml"; XmlTextWriter xmlw = new XmlTextWriter(fileName,System.Text.Encoding.Default); xmlw.Formatting = Formatting.Indented; xmlw.WriteStartDocume... 阅读全文

posted @ 2004-04-22 14:02 柚子Nan 阅读(884) 评论(0) 推荐(0)