菜单
Dart
dart:html
Node
包含方法
包含
深色模式
浅色模式
描述
contains
方法
bool
contains
(
Node
?
other
)
如果此节点包含指定的节点,则返回 true。
其他资源
Node.contains
来自 MDN。
实现
bool contains(Node? other) native;
Dart
dart:html
Node
包含方法
节点类
Cookie 管理控件