摘要: C# 导出Excel 1 //导出Excel 2 private void ExportExcel(string fileName, System.Data.DataTable myDGV, string title) 3 { 4 string saveFileName = ""; 5 System 阅读全文
posted @ 2021-09-13 10:43 dexin 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 1 public string Post(string Url, string jsonParas) 2 { 3 string strURL = Url; 4 //创建一个HTTP请求 5 HttpWebRequest request = (HttpWebRequest)WebRequest.Cre 阅读全文
posted @ 2021-09-13 10:38 dexin 阅读(4936) 评论(0) 推荐(0) 编辑