<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <ti
方式一:endInvoke using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace ConsoleApplication6 { //调用异步方法,并返回值: //方式一,采用轮训的方式; //申明一个委托; public delegate int del(int a,int b); class Program { private static int