JADE南斗

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

2013年5月9日

摘要: 1 private void PrintTxt(DataGridView dv,string filepath) 2 { 3 StreamWriter sw = new StreamWriter(filepath, false, System.Text.Encoding.GetEncoding("GB2312")); 4 string fs = ""; 5 for (int i = 0; i < (dv.Rows.Count - 1); i++) 6 { 7 ... 阅读全文
posted @ 2013-05-09 11:43 JADE南斗 阅读(321) 评论(0) 推荐(0)