摘要:
using System.Net; public string getCode(string url) { string htmlCode; using (WebClient client = new WebClient()) { htmlCode = client.Dow... 阅读全文
posted @ 2017-11-15 13:55
风吹呀吹
阅读(181)
评论(0)
推荐(0)
摘要:
public void createHtml(string fileName, string path) { path = System.IO.Path.Combine(path, fileName); Console.WriteLine("Path to my file: {0}\n", path); i... 阅读全文
posted @ 2017-11-15 12:48
风吹呀吹
阅读(358)
评论(0)
推荐(0)
摘要:
//引用using //写入方法 阅读全文
posted @ 2017-11-15 11:23
风吹呀吹
阅读(2701)
评论(0)
推荐(0)

浙公网安备 33010602011771号