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.
在 REGO 语言中,我们如何验证输入是否存在?我有一种方法可以做到这一点。
package play default hello = false hello { input.message }
但这是正确的方法吗?或者,还有更好的方法?