打赏
摘要: 提取页面HTML代码 方法一:采用 WebClient ,代码如下 using System.Net; { string strurl="网址"; WebClient aWebClient = new WebClient(); aWebClient.Encoding = System.Text.En 阅读全文
posted @ 2018-04-02 18:27 刘奇云 阅读(235) 评论(0) 推荐(0)