You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
报语法错误:
$[?((@.kind != 'kind-or1' || @.kind == 'kind-or2') && (@.domain == 'domain-or1' || @.domain == 'domain-or2') && @.name == 'name')]
只能这么写:
$[?(@.kind != 'kind-or1' || @.kind == 'kind-or2')][?(@.domain == 'domain-or1' || @.domain == 'domain-or2')][?(@.name == 'name')]
尝试的写法:
$[?(@.name=='\'')]
$[?(@.name=='\\'')]
$[?(@.name==''')]
$[?(@.name=='''')]
The text was updated successfully, but these errors were encountered: