var rootPath = System.Configuration.ConfigurationManager.AppSettings["rootPath"];
            Process.Start(@"D:\测试\AilonePrecept\Task\期刊\bin\Debug\期刊.exe",url);

 

 

class Program
    {
        static void Main(string[] args)
        {
             
            Console.WriteLine("asdfsdafsdaf");
            Console.WriteLine(string.Format("接收到了{0}个参数", args.Length));
            foreach (var item in args)
            {
                Console.WriteLine(item);
            }
            Console.ReadKey();
        }
    }

 

相关文章:

  • 2021-04-06
  • 2021-10-18
  • 2021-07-31
  • 2022-02-12
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-12-19
  • 2021-08-09
  • 2021-11-03
相关资源
相似解决方案