条件


运算符
Equal to(等于)
Not equal(不等于)
Contains(包含)
Does not contain(不包含)
Greater than(大于)
Less than(小于)
Is set(不为空)
Is empty(为空)
Starts with(以..开始)
Ends with(以..结尾)
Matches regex(匹配正则表达式)
Does not match regex(与正则表达式不匹配)
最后更新于