本文介绍了我们如何在C#中创建网站复印机(该网站中的所有相关内容)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设我输入了url-www.w3school.org,那么w3school的所有页面都应该保存在一个文件夹中并创建一个摘要页面index.htm,之后我如何单击index,它将看起来像w3school主页我知道我可以使用httrack,但如果我将通过C#编程来使用它,那么它将探索我.

Suppose i entered the url-www.w3school.org,then all the pages of w3school should save in a folder and create a summary page index.htm,after that how i click on index then it will look like w3school home page.I know i can use httrack but if i will do it through C# programming,then it will explore me.

推荐答案


这篇关于我们如何在C#中创建网站复印机(该网站中的所有相关内容)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 22:27