这两者有什么区别?
toLocaleLowerCase()的说明提到了Converts a string to lowercase letters, according to the host's locale
。
主持人的语言环境是什么?
答案 0 :(得分:3)
根据w3schools定义和使用
toLocaleLowerCase()方法根据主持人的当前语言环境将字符串转换为小写字母。
区域设置基于浏览器的语言设置。
通常,此方法返回与toLowerCase()方法相同的结果。但是,对于某些语言环境,如果语言与常规Unicode案例映射发生冲突(例如土耳其语),结果可能会有所不同。