摘要:
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 //写入方法 阅读全文