Task<Int32> task = Task.Run(() => fun("s", 9));函数
函数定义:string
private Int32 frun(string s, int m) { return 0; }return