所以我正在使用代码:
$scope.startDate.set({
hour,
minute
});
$scope.startDate.format();
console.log('$scope.startDate', $scope.startDate);
这是控制台中的对象:
为什么_i字段没有更新?看来只能更新_d字段。