菜单
Dart
dart:html
Window
确认方法
confirm
暗黑模式
浅色模式
描述
confirm
方法
bool
confirm
(
[
String
?
message
])
向用户显示模态的确定/取消提示。
其他资源
用户提示
来自 WHATWG。
实现
bool confirm([String? message]) native;
Dart
dart:html
Window
确认方法
Window类
Cookie管理控件