菜单
Dart
dart:html
NodeValidatorBuilder
allowSvg 方法
allowSvg
暗黑模式
亮模式
描述
allowSvg
方法
void
allowSvg
(
)
允许 SVG 元素和属性,除了已知的坏属性。
实现
void allowSvg() { add(new _SvgNodeValidator()); }
Dart
dart:html
NodeValidatorBuilder
allowSvg 方法
NodeValidatorBuilder 类
Cookie 管理控件