示例#1
0
 public string GetProxyUrl(string url)
 {
     return(ProxyTools.DownLoadHtml(url, 10, true));
 }
示例#2
0
 public string GetUrl(string url)
 {
     return(ProxyTools.DownLoadHtml(url, 10, false));
 }