gpt4 book ai didi

asp.net - 从 ASP.NET 中的 URL 获取数据

转载 作者:行者123 更新时间:2023-12-01 09:34:51 26 4
gpt4 key购买 nike

我是 asp.net 的新手,

我想从 asp.net 上的 url 获取数据。 & 需要将数据存储到字符串中。

如果假设这是我的 URL,那么我想以字符串形式获取此 URL 数据,

http://www.islamicfinder.org/prayer_service.php?country=bahrain&city=manama&state=02&zipcode=&latitude=26.2361&longitude=50.5831&timezone=3.00&HanfiShafi=1&pmethod=4&fajrTwilight1=&fajrTwilight2=&ishaTwilight=0&ishaInterval=0&dhuhrInterval=1&maghribInterval=1&dayLight=0&simpleFormat=xml

最佳答案

试试这个

string url = "http://www.islamicfinder.org/prayer_service.php?country=bahrain&city=manama&state=02&zipcode=&latitude=26.2361&longitude=50.5831&timezone=3.00&HanfiShafi=1&pmethod=4&fajrTwilight1=&fajrTwilight2=&ishaTwilight=0&ishaInterval=0&dhuhrInterval=1&maghribInterval=1&dayLight=0&simpleFormat=xml";
var webClient = new WebClient();
string data = webClient.DownloadString(url);

关于asp.net - 从 ASP.NET 中的 URL 获取数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10007349/

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