为 Intl.Collator 对象提供配置选项的接口。
Intl.Collator
An interface that provides configuration options for Intl.Collator objects.
Optional
指定大写字母和小写字母的排序方式。
Specifies how upper and lower case letters should be sorted.
是否应在比较中忽略标点符号。
Whether punctuation should be ignored in comparison.
要使用的区域匹配算法。
The locale matching algorithm to use.
是否应使用数字排序。
Whether numeric sorting should be used.
指定比较的灵敏度级别。
Specifies the level of sensitivity for comparison.
指定是用于排序还是搜索。
Specifies whether it's for sorting or searching.
Zh
为
Intl.Collator
对象提供配置选项的接口。En
An interface that provides configuration options for
Intl.Collator
objects.