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