标记
@DOMTokenList
.
DOMTokenList
是
Web API
之一
.空格分开的一个集合 - set of space-separated tokens
.类数组
.在类的 classList 操作中,更为常见
属性 Properties
DOMTokenList.length
.长度
DOMTokenList.value
.值
方法 Methods
类相关 Class
.以元素的 classList 为例
类别
说明
DOMTokenList.add()
增加类
DOMTokenList.remove()
删除类
DOMTokenList.toggle()
切换类
DOMTokenList.contains()
包含类
可以自动去除空白和重复的内容 - automatically trim any excess Whitespace and remove duplicate values