Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用此查询直接查询 mongodb,但是在使用Filters#in{key: {$in: [/faq/]}}时如何复制它?
{key: {$in: [/faq/]}}
in("key", Seq("/faq/"))不起作用,因为它作为字符串传递。
in("key", Seq("/faq/"))