首页 > 代码库 > 自动结算

自动结算

using System;using System.ComponentModel;using System.IO;using System.Net;namespace TimerDay{  class Program  {    private static void Main(string[] args)    {      WebClient webClient = new WebClient();      try      {        string str = File.ReadAllText("path.txt");        str = String.Concat(str, "1");        webClient.DownloadString(str);      }      catch      {      }      finally      {        webClient.Dispose();      }    }  }

在同级目录中path的内容为

http://域名/FunctionGroup/Bonus/AutoCalculate.aspx?cycle=