摘要:
1 //根据Url地址得到网页的html源码 2 public static string GetWebContent(string Url) 3 { 4 string strResult = ""; 5 try 6 { 7 HttpWebRequest request = (HttpWebRequest)WebRequest.Create(Url); ... 阅读全文
posted @ 2019-04-18 13:28
聖潔
阅读(3542)
评论(0)
推荐(0)