static void Main(string[] args)
 {
     Test1.DoClickAsync();
     Console.WriteLine("不等待异步方法,直接执行");
     Console.ReadKey();
 }