
c#
楠与
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
其他
public static class RegexReplace { public static void WriteHtml(string Content, string URL) { try { using (StreamWriter sw = new StreamWriter(HttpContext.Current.Server.MapPath(URL), false, Sy..原创 2021-02-26 16:06:00 · 105 阅读 · 0 评论 -
使用saveFileDialog导出gridControl中 gridView里的数据
private void button1_Click(object sender, EventArgs e) { saveFileDialog1.ShowDialog(); string filepath = saveFileDialog1.FileName.Trim(); string fstyle =...原创 2019-12-19 10:01:14 · 184 阅读 · 0 评论