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