摘要:
NPOI下载地址:点击下载 阅读全文
摘要:
using System.Net; public void FindFile(string dirPath) //参数dirPath为指定的目录 { DirectoryInfo Dir = new DirectoryInfo(dirPath); foreach (DirectoryInfo d in Dir.GetDi... 阅读全文
摘要:
using System.Net; public string getCode(string url) { string htmlCode; using (WebClient client = new WebClient()) { htmlCode = client.Dow... 阅读全文
摘要:
public void createHtml(string fileName, string path) { path = System.IO.Path.Combine(path, fileName); Console.WriteLine("Path to my file: {0}\n", path); i... 阅读全文
摘要:
//引用using //写入方法 阅读全文