groovy g.V().has('person', 'name', 'Alice').out('friend').out('likes').values('name') groovy g.V().hasLabel('person').has('age', P.gt(18)).out('friend').out('likes').values('name')


上一篇:
下一篇:
切换中文