请原谅我对这个问题的无知
我在用
string p="http://" + Textbox2.text;
string r= textBox3.Text;
System.Net.WebClient webclient=new
System.Net.Webclient();
webclient.DownloadFile(p,r);
Run Code Online (Sandbox Code Playgroud)
下载网页.你可以帮助我增强代码,以便下载整个网站.尝试使用HTML Screen Scraping但它只返回index.html文件的href链接.我该如何继续前进
谢谢