gpt4 book ai didi

asp.net-mvc - 如何使用 ASP.NET MVC 从另一个网页获取 "content = page source"?

转载 作者:行者123 更新时间:2023-12-04 19:51:50 33 4
gpt4 key购买 nike

如何使用 ASP.NET MVC 从另一个网页获取“content = page source”?

最佳答案

你可以使用 WebClient :

using (var client = new WebClient())
{
string result = client.DownloadString("http://www.google.com");
}

关于asp.net-mvc - 如何使用 ASP.NET MVC 从另一个网页获取 "content = page source"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4757206/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com