gpt4 book ai didi

c# - WebClient().DownloadString() 返回旧数据

转载 作者:行者123 更新时间:2023-11-30 20:22:30 25 4
gpt4 key购买 nike

<分区>

我正在使用这段代码从 URL 获取返回字符串

webClient.Encoding = Encoding.UTF8;
response = webClient.DownloadString("http://somesite.com/code.php");
Console.Write(response);

code.php 看起来像这样

<?php
$data = file_get_contents('code.txt');
echo $data;
?>

问题是当我更改 code.txt 文件的内容时,webClient.DownloadString() 方法返回 code 的旧内容。 txt 文件。当我在浏览器中打开 URL http://somesite.com/code.php 时,它工作得很好。

任何解决方案将不胜感激!

我的问题似乎重复了,但我真的不明白这里说的是什么:C# WebClient disable cache

如果有人能解释并提供一些示例代码,那就太好了!

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