菜单
Dart
dart:html
ElementStream
<
T extends Event
>
匹配抽象方法
matches
dark_mode
light_mode
描述
matches
抽象方法
Stream
<
T
>
matches
(
String
selector
)
返回一个流,只有当特定事件在匹配指定CSS选择器的元素上触发时才会触发。
这是Dart对jQuery的
delegate
的等价物。
实现
Stream<T> matches(String selector);
Dart
dart:html
ElementStream
<
T extends Event
>
匹配抽象方法
ElementStream类
Cookie管理控制