我的代码示例:
string value = client.DownloadString("http://www.site.com/value.html"); // There is a value of something like a1x6b2xs2 (just one line with random numbers that changes randomly).
Console.WriteLine(value);
Console.ReadKey();
这就是所有的代码!仅当站点中的值发生更改时,我才需要让控制台再次写入数字!并使其成为一个不间断的循环,只需一次又一次地写入数字,但前提是旧值已更改。