发布于 2015-09-14 15:19:50 | 70 次阅读 | 评论: 0 | 来源: 网络整理
-
$lte
Takes two values in an array and returns an boolean. The returned
value is:
- true when the first value is less than or equal to the
second value.
- false when the first value is greater than the second
value.