接著是async /await 的非同步實現. class Program { public static async void xxx() { int i = 0; await Task.Run(() => { new Program().xxxa(); });
確定! 回上一頁