一个接口,表示由 Intl.Collator 对象的 resolvedOptions 方法返回的已解析选项。
Intl.Collator
resolvedOptions
An interface that represents the resolved options returned by the resolvedOptions method of an Intl.Collator object.
大小写排序的实际设置。
The actual setting for case-first sorting.
实际使用的排序规则。
The collation actually used.
是否忽略标点符号的实际设置。
The actual setting for whether to ignore punctuation.
实际使用的区域设置。
The locale actually used.
是否使用数字排序的实际设置。
The actual setting for whether to use numeric sorting.
实际使用的灵敏度级别。
The sensitivity level actually used.
实际使用的用法(排序或搜索)。
The usage actually used (sorting or searching).
Zh
一个接口,表示由
Intl.Collator
对象的resolvedOptions
方法返回的已解析选项。En
An interface that represents the resolved options returned by the
resolvedOptions
method of anIntl.Collator
object.