import "dart:async"; main async { print("BEFORE SLEEP"); await new Future.delayed(new Duration(seconds: 3)); print("COMPLETE!"); }.
確定! 回上一頁