Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Jul 24, 2020
1 parent 11ba318 commit 18c4d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ Drop:

**EQ/IN 函数需要使用双引号代表字符串, 因为他们也可能做数字的比较, 其他所有函数都不需要双引号, 因为他们肯定是字符串函数**

**EQ IN HasPrefix HasSuffix Contains Match , 这几个函数可以使用 jsonpath 表示, 除 EQ/IN 外需要使用双引号**
**EQ IN HasPrefix HasSuffix Contains Match , 这几个函数可以使用 [jsonpath](https://github.com/oliveagle/jsonpath) 表示, 除 EQ/IN 外需要使用双引号**

- `Exist(user,name)` [user][name]存在

Expand Down

0 comments on commit 18c4d49

Please sign in to comment.