moment.js错误“indexOf不支持”

时间:2017-07-28 08:20:34

标签: javascript momentjs

我已经下载了moment.js的最新版本,并在我的代码中从他们的网站上尝试了这个示例:

alert(moment().subtract(10, 'days').calendar());

我收到一条消息,指出此对象不支持属性或方法IndexOf。

我正在使用Internet Explorer 11。

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

感谢您的回复。这很有帮助。原来这条线路挡住了:

meta http-equiv="X-UA-Compatible" content="IE=8"

我删除了这一行并且有效。