标签:point art seconds int $scope cond src 大于 com
判断条件 大于x 或者 小于 y 或者 大于x 且小于y
if ($scope.timeminstart != "" || $scope.timeminend != "") {
if ((($scope.timeminstart != "" && $scope.timeminstart != null) ? $scope.stopPointsArr[j].Seconds >= mintime : true) && (($scope.timeminend != "" && $scope.timeminend != null) ? $scope.stopPointsArr[j].Seconds <= maxtime : true))
}
标签:point art seconds int $scope cond src 大于 com
原文地址:http://www.cnblogs.com/cacti/p/7452879.html