无法更改时刻区域设置

Ale*_*dre 0 javascript momentjs

我正在使用moment.js而我无法更改默认语言环境:

moment.locale('fr');
console.log(moment.locale()); // en
Run Code Online (Sandbox Code Playgroud)

Luc*_*ZAN 7

看起来你想使用一个在你的瞬间实例中没有注册的语言环境.要在浏览器控制台中检查该运行:

moment.locales()
Run Code Online (Sandbox Code Playgroud)

它将返回一个包含当前已注册的所有语言环境的数组.如果你没有看到'fr',那么你应该包括locale/fr.js或者使用moment-with-locales.js