标签: javascript
我正在尝试添加小时和分钟到目前为止我的代码在chrome中工作正常但在firefox和Internet Explorer中无法正常工作。谁能告诉我为什么?
ve tried to make different combinations of constraints, but i
答案 0 :(得分:0)
如果可以,我建议您使用moment.js。
代码如下:
var d2 = moment(); d2.add(24, 'hours'); d2.add(30, 'minutes');