Example of my code:
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();
That's all the code! I need to make the console write the number again only if the value in the site got changed! And make it a nonstop loop, just write the number again and again, but only if the old value is changed.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…