zoukankan      html  css  js  c++  java
  • x判断

    判断条件   大于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))

    }

  • 相关阅读:
    bzoj 3924
    bzoj 1095
    luogu 4886
    bzoj 2152
    CF960G
    bzoj 3561
    bzoj 4176
    bzoj 4407
    bzoj 3309
    luogu 4608
  • 原文地址:https://www.cnblogs.com/cacti/p/7452879.html
Copyright © 2011-2022 走看看