在Flutter中使用AlertDialog 来构建基本的对话框(弹框),如下图所示: ... builder: (context) { return AlertDialog( title: Text("温馨提示"), ...
確定! 回上一頁