Add

DOMTokenList.Add method

将指定的令牌添加到列表中。

public void Add(params string[] tokens)
范围类型描述
tokensString[]表示要添加到 tokenList 的令牌(或多个令牌)。

也可以看看